Color Hex Logo

#2646af Color Hex

#2646AF
(38,70,175)
0 Favorites   0 Comments

Color spaces of #2646af

RGB 3870175
HSL0.630.640.42
HSV226°78°69°
CMYK 0.780.600.00   0.31
XYZ10.72747.887541.5145
Yxy7.88750.17840.1312
Hunter Lab28.084719.0327-67.9826
CIE-Lab33.747527.2037-59.2536

#2646af color RGB value is (38,70,175).

#2646af hex color red value is 38, green value is 70 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2646af hue: 0.63 , saturation: 0.64 and the lightness value of 2646af is 0.42.

The process color (four color CMYK) of #2646af color hex is 0.78, 0.60, 0.00, 0.31. Web safe color of #2646af is #333399. Color #2646af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01000110 10101111
Octal 46 106 257
Decimal 38 70 175
Hex 26 46 AF

RGB Percentages of Color #2646af

%13.43
%24.73
%61.84

CMYK Percentages of Color #2646af

%78
%60
%0
%31

Triadic Colors of #2646af

#2646af #af2646 #46af26

Analogous Colors of #2646af

#2646af #4b26af #268baf

Monochromatic Colors of #2646af

#2646af

Complementary Color

#2646af #af8f26

#2646af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2646af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2646af Color CSS Codes

.mybgcolor {background-color:#2646af; } 
.myforecolor {color:#2646af; }
.mybordercolor {border:3px solid #2646af; }

#2646af Text Font Color

<p style="color:#2646af">Text here</p>

This sample text font color is #2646af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2646af Background Color

<div style="background-color:#2646af">
Div content here</div>

This div background color is #2646af


#2646af Border Color

<div style="border:3px solid #2646af">
Div here</div>

This div border color is #2646af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,70,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2646af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2646af;
  -webkit-box-shadow: 1px 1px 3px 2px #2646af;
  box-shadow:         1px 1px 3px 2px #2646af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,70,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2646af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2646af;
  -webkit-box-shadow: 1px 1px 3px 2px #2646af;
  box-shadow:         1px 1px 3px 2px #2646af;">
Div content here</div>

This div box has shadow with color #2646af


Comments

No comments written yet.

Please login to write comment.