#3B4456

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

Shades of Blue Zodiac #3B4456

Tints of Blue Zodiac #3B4456

Color information

#3B4456 (or 0x3B4456) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 44 and 56. RGB value is (59,68,86). Sum of RGB (Red+Green+Blue) = 59+68+86=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4456 is #C4BBA9. Grayscale: #434343. Windows color (decimal): -12893098 or 5653563. OLE color: 5653563.

HSL color Cylindrical-coordinate representation of color #3B4456: hue angle of 220º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4456 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB596886-
CMYK0.310.2100.66
HSL220º18.62%28.43%-
HSV(B)220º31.4%33.73%-
XYZ5.555.749.62-
YUV67.36138.52122.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=27.70%
G=31.92%
B=40.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5968860.310.2100.6622018.6228.43
Hex3B44561F15042dc131c
Octal73104126372501023342334
Binary11101110001001010110111111010101000010110111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,86); }

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

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

 a { background-color: rgb(59,68,86); }

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

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

 span { border-color: rgb(59,68,86); }

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