Shades of Blue Zodiac #3C3E46
Tints of Blue Zodiac #3C3E46
RGB
CMYK
RGB Variations
Color information
#3C3E46 (or 0x3C3E46) is known color: Blue Zodiac. HEX triplet: 3C, 3E and 46. RGB value is (60,62,70). Sum of RGB (Red+Green+Blue) = 60+62+70=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C3E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E46 is #C3C1B9. Grayscale: #3E3E3E. Windows color (decimal): -12829114 or 4603452. OLE color: 4603452.
HSL color Cylindrical-coordinate representation of color #3C3E46: hue angle of 228º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C3E46 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 60 | 62 | 70 | - |
CMYK | 0.14 | 0.11 | 0 | 0.73 |
HSL | 228º | 0.08% | 0.25% | - |
HSV(B) | 228º | 0.14% | 0.27% | - |
XYZ | 4.69 | 4.85 | 6.48 | - |
YUV | 62.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 62 | 70 | 0.14 | 0.11 | 0 | 0.73 | 228 | 0.08 | 0.25 |
Hex | 3C | 3E | 46 | E | B | 0 | 49 | E4 | 8 | 19 |
Octal | 74 | 76 | 106 | 16 | 13 | 0 | 111 | 344 | 10 | 31 |
Binary | 111100 | 111110 | 1000110 | 1110 | 1011 | 0 | 1001001 | 11100100 | 1000 | 11001 |
Color Harmonies of #3C3E46
Complementary color
Monochromatic Colors of #3C3E46
Black with #3C3E46
Text Example
Text Example
White with #3C3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E46; }
p { color: rgb(60,62,70); }
H1.HeaderClassName
{
color: #3C3E46;
}
.AnyTagClassName
{
color: #3C3E46;
}
</style>
background-color css
<style>
a { background-color: #3C3E46; }
a { background-color: rgb(60,62,70); }
div.DivClassName
{
background-color: #3C3E46;
}
.BgClassName
{
background-color: #3C3E46;
}
</style>
border-color css
<style>
span { border-color: #3C3E46; }
span { border-color: rgb(60,62,70); }
td.TdClassName
{
border-color: #3C3E46;
}
.TagClassName
{
border-color: #3C3E46;
}
</style>