#3F4759

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

Shades of Blue Zodiac #3F4759

Tints of Blue Zodiac #3F4759

Color information

#3F4759 (or 0x3F4759) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 47 and 59. RGB value is (63,71,89). Sum of RGB (Red+Green+Blue) = 63+71+89=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4759 is #C0B8A6. Grayscale: #464646. Windows color (decimal): -12630183 or 5850943. OLE color: 5850943.

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

Color convert

RGB637189-
CMYK0.290.2000.65
HSL221.54º17.11%29.8%-
HSV(B)221.54º29.21%34.9%-
XYZ6.116.2810.34-
YUV70.66138.35122.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=28.25%
G=31.84%
B=39.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6371890.290.2000.65221.5417.1129.8
Hex3F47591D14041de111e
Octal77107131352401013362136
Binary11111110001111011001111011010001000001110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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