#3F4251

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

Shades of Blue Zodiac #3F4251

Tints of Blue Zodiac #3F4251

Color information

#3F4251 (or 0x3F4251) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 51. RGB value is (63,66,81). Sum of RGB (Red+Green+Blue) = 63+66+81=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4251 is #C0BDAE. Grayscale: #424242. Windows color (decimal): -12631471 or 5325375. OLE color: 5325375.

HSL color Cylindrical-coordinate representation of color #3F4251: hue angle of 230º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4251 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB636681-
CMYK0.220.1900.68
HSL230º12.5%28.24%-
HSV(B)230º22.22%31.76%-
XYZ5.485.558.57-
YUV66.81136.01125.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=30%
G=31.43%
B=38.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6366810.220.1900.6823012.528.24
Hex3F42511613044e6c1c
Octal77102121262301043461434
Binary1111111000010101000110110100110100010011100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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