#3F4459

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

Shades of Blue Zodiac #3F4459

Tints of Blue Zodiac #3F4459

Color information

#3F4459 (or 0x3F4459) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 44 and 59. RGB value is (63,68,89). Sum of RGB (Red+Green+Blue) = 63+68+89=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4459 is #C0BBA6. Grayscale: #444444. Windows color (decimal): -12630951 or 5850175. OLE color: 5850175.

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

Color convert

RGB636889-
CMYK0.290.2400.65
HSL228.46º17.11%29.8%-
HSV(B)228.46º29.21%34.9%-
XYZ5.925.9110.28-
YUV68.9139.34123.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=28.64%
G=30.91%
B=40.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6368890.290.2400.65228.4617.1129.8
Hex3F44591D18041e4111e
Octal77104131353001013442136
Binary11111110001001011001111011100001000001111001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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