#3B4257

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

Shades of Blue Zodiac #3B4257

Tints of Blue Zodiac #3B4257

Color information

#3B4257 (or 0x3B4257) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 42 and 57. RGB value is (59,66,87). Sum of RGB (Red+Green+Blue) = 59+66+87=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4257 is #C4BDA8. Grayscale: #424242. Windows color (decimal): -12893609 or 5718587. OLE color: 5718587.

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

Color convert

RGB596687-
CMYK0.320.2400.66
HSL225º19.18%28.63%-
HSV(B)225º32.18%34.12%-
XYZ5.475.519.79-
YUV66.3139.68122.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.83%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=27.83%
G=31.13%
B=41.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5966870.320.2400.6622519.1828.63
Hex3B42572018042e1131d
Octal73102127403001023412335
Binary111011100001010101111000001100001000010111000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,87); }

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

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

 a { background-color: rgb(59,66,87); }

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

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

 span { border-color: rgb(59,66,87); }

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