#3C404C

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

Shades of Blue Zodiac #3C404C

Tints of Blue Zodiac #3C404C

Color information

#3C404C (or 0x3C404C) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 40 and 4C. RGB value is (60,64,76). Sum of RGB (Red+Green+Blue) = 60+64+76=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C404C is #C3BFB3. Grayscale: #404040. Windows color (decimal): -12828596 or 4997180. OLE color: 4997180.

HSL color Cylindrical-coordinate representation of color #3C404C: hue angle of 225º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C404C is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB606476-
CMYK0.210.1600.70
HSL225º11.76%26.67%-
HSV(B)225º21.05%29.8%-
XYZ55.157.57-
YUV64.17134.67125.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 76 (30.08% from 255) = 38%
R=30%
G=32%
B=38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6064760.210.1600.7022511.7626.67
Hex3C404C1510046e1c1b
Octal74100114252001063411433
Binary1111001000000100110010101100000100011011100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,76); }

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

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

 a { background-color: rgb(60,64,76); }

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

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

 span { border-color: rgb(60,64,76); }

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