#3F4659

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

Shades of Blue Zodiac #3F4659

Tints of Blue Zodiac #3F4659

Color information

#3F4659 (or 0x3F4659) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 46 and 59. RGB value is (63,70,89). Sum of RGB (Red+Green+Blue) = 63+70+89=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4659 is #C0B9A6. Grayscale: #454545. Windows color (decimal): -12630439 or 5850687. OLE color: 5850687.

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

Color convert

RGB637089-
CMYK0.290.2100.65
HSL223.85º17.11%29.8%-
HSV(B)223.85º29.21%34.9%-
XYZ6.046.1610.32-
YUV70.07138.68122.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=28.38%
G=31.53%
B=40.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6370890.290.2100.65223.8517.1129.8
Hex3F46591D15041e0111e
Octal77106131352501013402136
Binary11111110001101011001111011010101000001111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,89); }

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

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

 a { background-color: rgb(63,70,89); }

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

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

 span { border-color: rgb(63,70,89); }

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