#3C4659

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

Shades of Blue Zodiac #3C4659

Tints of Blue Zodiac #3C4659

Color information

#3C4659 (or 0x3C4659) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 46 and 59. RGB value is (60,70,89). Sum of RGB (Red+Green+Blue) = 60+70+89=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4659 is #C3B9A6. Grayscale: #454545. Windows color (decimal): -12827047 or 5850684. OLE color: 5850684.

HSL color Cylindrical-coordinate representation of color #3C4659: hue angle of 219.31º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4659 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB607089-
CMYK0.330.2100.65
HSL219.31º19.46%29.22%-
HSV(B)219.31º32.58%34.9%-
XYZ5.866.0610.31-
YUV69.18139.19121.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=27.40%
G=31.96%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6070890.330.2100.65219.3119.4629.22
Hex3C46592115041db131d
Octal74106131412501013332335
Binary111100100011010110011000011010101000001110110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,89); }

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

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

 a { background-color: rgb(60,70,89); }

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

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

 span { border-color: rgb(60,70,89); }

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