#3C3F49

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

Shades of Blue Zodiac #3C3F49

Tints of Blue Zodiac #3C3F49

Color information

#3C3F49 (or 0x3C3F49) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 3F and 49. RGB value is (60,63,73). Sum of RGB (Red+Green+Blue) = 60+63+73=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C3F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F49 is #C3C0B6. Grayscale: #3F3F3F. Windows color (decimal): -12828855 or 4800316. OLE color: 4800316.

HSL color Cylindrical-coordinate representation of color #3C3F49: hue angle of 226.15º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3F49 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB606373-
CMYK0.180.1400.71
HSL226.15º9.77%26.08%-
HSV(B)226.15º17.81%28.63%-
XYZ4.8457.01-
YUV63.24133.51125.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=30.61%
G=32.14%
B=37.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6063730.180.1400.71226.159.7726.08
Hex3C3F4912E047e2a1a
Octal7477111221601073421232
Binary11110011111110010011001011100100011111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,63,73); }

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

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

 a { background-color: rgb(60,63,73); }

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

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

 span { border-color: rgb(60,63,73); }

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