Shades of Blue Zodiac #3C4351
Tints of Blue Zodiac #3C4351
RGB
CMYK
RGB Variations
Color information
#3C4351 (or 0x3C4351) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 51. RGB value is (60,67,81). Sum of RGB (Red+Green+Blue) = 60+67+81=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C4351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4351 is #C3BCAE. Grayscale: #424242. Windows color (decimal): -12827823 or 5325628. OLE color: 5325628.
HSL color Cylindrical-coordinate representation of color #3C4351: hue angle of 220º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C4351 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 67 | 81 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.68 |
| HSL | 220º | 0.15% | 0.28% | - |
| HSV(B) | 220º | 0.26% | 0.32% | - |
| XYZ | 5.36 | 5.57 | 8.58 | - |
| YUV | 66.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 81 | 0.26 | 0.17 | 0 | 0.68 | 220 | 0.15 | 0.28 |
| Hex | 3C | 43 | 51 | 1A | 11 | 0 | 44 | DC | F | 1C |
| Octal | 74 | 103 | 121 | 32 | 21 | 0 | 104 | 334 | 17 | 34 |
| Binary | 111100 | 1000011 | 1010001 | 11010 | 10001 | 0 | 1000100 | 11011100 | 1111 | 11100 |
Color Harmonies of #3C4351
Complementary color
Monochromatic Colors of #3C4351
Black with #3C4351
Text Example
Text Example
White with #3C4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4351; }
p { color: rgb(60,67,81); }
H1.HeaderClassName
{
color: #3C4351;
}
.AnyTagClassName
{
color: #3C4351;
}
</style>
background-color css
<style>
a { background-color: #3C4351; }
a { background-color: rgb(60,67,81); }
div.DivClassName
{
background-color: #3C4351;
}
.BgClassName
{
background-color: #3C4351;
}
</style>
border-color css
<style>
span { border-color: #3C4351; }
span { border-color: rgb(60,67,81); }
td.TdClassName
{
border-color: #3C4351;
}
.TagClassName
{
border-color: #3C4351;
}
</style>