#3E4258

Color #3E4258 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #3E4258

Tints of Blue Zodiac #3E4258

Color information

#3E4258 (or 0x3E4258) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 42 and 58. RGB value is (62,66,88). Sum of RGB (Red+Green+Blue) = 62+66+88=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4258 is #C1BDA7. Grayscale: #434343. Windows color (decimal): -12697000 or 5784126. OLE color: 5784126.

HSL color Cylindrical-coordinate representation of color #3E4258: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E4258 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB626688-
CMYK0.300.2500.65
HSL230.77º17.33%29.41%-
HSV(B)230.77º29.55%34.51%-
XYZ5.75.6310.02-
YUV67.31139.67124.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=28.70%
G=30.56%
B=40.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6266880.300.2500.65230.7717.3329.41
Hex3E42581E19041e7111d
Octal76102130363101013472135
Binary11111010000101011000111101100101000001111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4258; }

 p { color: rgb(62,66,88); }

 H1.HeaderClassName
 {
   color: #3E4258;
 }
 .AnyTagClassName
 {
   color: #3E4258;
 }
</style>
background-color css

<style>
 a { background-color: #3E4258; }

 a { background-color: rgb(62,66,88); }

 div.DivClassName
 {
   background-color: #3E4258;
 }
 .BgClassName
 {
   background-color: #3E4258;
 }
</style>
border-color css

<style>
 span { border-color: #3E4258; }

 span { border-color: rgb(62,66,88); }

 td.TdClassName
 {
   border-color: #3E4258;
 }
 .TagClassName
 {
   border-color: #3E4258;
 }
</style>