#3F4556

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

Shades of Blue Zodiac #3F4556

Tints of Blue Zodiac #3F4556

Color information

#3F4556 (or 0x3F4556) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 45 and 56. RGB value is (63,69,86). Sum of RGB (Red+Green+Blue) = 63+69+86=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4556 is #C0BAA9. Grayscale: #454545. Windows color (decimal): -12630698 or 5653823. OLE color: 5653823.

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

Color convert

RGB636986-
CMYK0.270.2000.66
HSL224.35º15.44%29.22%-
HSV(B)224.35º26.74%33.73%-
XYZ5.865.989.65-
YUV69.14137.51123.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=28.90%
G=31.65%
B=39.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6369860.270.2000.66224.3515.4429.22
Hex3F45561B14042e0f1d
Octal77105126332401023401735
Binary1111111000101101011011011101000100001011100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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