#3A4257

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

Shades of Blue Zodiac #3A4257

Tints of Blue Zodiac #3A4257

Color information

#3A4257 (or 0x3A4257) is unknown color: approx Blue Zodiac. HEX triplet: 3A, 42 and 57. RGB value is (58,66,87). Sum of RGB (Red+Green+Blue) = 58+66+87=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A4257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4257 is #C5BDA8. Grayscale: #414141. Windows color (decimal): -12959145 or 5718586. OLE color: 5718586.

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

Color convert

RGB586687-
CMYK0.330.2400.66
HSL223.45º20%28.43%-
HSV(B)223.45º33.33%34.12%-
XYZ5.415.489.79-
YUV66139.85122.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=27.49%
G=31.28%
B=41.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5866870.330.2400.66223.452028.43
Hex3A42572118042df141c
Octal72102127413001023372434
Binary111010100001010101111000011100001000010110111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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