#3F4259

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

Shades of Blue Zodiac #3F4259

Tints of Blue Zodiac #3F4259

Color information

#3F4259 (or 0x3F4259) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 59. RGB value is (63,66,89). Sum of RGB (Red+Green+Blue) = 63+66+89=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4259 is #C0BDA6. Grayscale: #434343. Windows color (decimal): -12631463 or 5849663. OLE color: 5849663.

HSL color Cylindrical-coordinate representation of color #3F4259: hue angle of 233.08º 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 #3F4259 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB636689-
CMYK0.290.2600.65
HSL233.08º17.11%29.8%-
HSV(B)233.08º29.21%34.9%-
XYZ5.85.6710.24-
YUV67.72140.01124.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=28.90%
G=30.28%
B=40.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6366890.290.2600.65233.0817.1129.8
Hex3F42591D1A041e9111e
Octal77102131353201013512136
Binary11111110000101011001111011101001000001111010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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