#3F4256

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

Shades of Blue Zodiac #3F4256

Tints of Blue Zodiac #3F4256

Color information

#3F4256 (or 0x3F4256) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 56. RGB value is (63,66,86). Sum of RGB (Red+Green+Blue) = 63+66+86=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F4256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4256 is #C0BDA9. Grayscale: #434343. Windows color (decimal): -12631466 or 5653055. OLE color: 5653055.

HSL color Cylindrical-coordinate representation of color #3F4256: hue angle of 232.17º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4256 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB636686-
CMYK0.270.2300.66
HSL232.17º15.44%29.22%-
HSV(B)232.17º26.74%33.73%-
XYZ5.685.639.59-
YUV67.38138.51124.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 86 (33.98% from 255) = 40%
R=29.30%
G=30.70%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6366860.270.2300.66232.1715.4429.22
Hex3F42561B17042e8f1d
Octal77102126332701023501735
Binary1111111000010101011011011101110100001011101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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