Shades of Blue Zodiac #3C445A
Tints of Blue Zodiac #3C445A
RGB
CMYK
RGB Variations
Color information
#3C445A (or 0x3C445A) is known color: Blue Zodiac. HEX triplet: 3C, 44 and 5A. RGB value is (60,68,90). Sum of RGB (Red+Green+Blue) = 60+68+90=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C445A is #C3BBA5. Grayscale: #444444. Windows color (decimal): -12827558 or 5915708. OLE color: 5915708.
HSL color Cylindrical-coordinate representation of color #3C445A: hue angle of 224º degrees, saturation: 0.2, 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 #3C445A is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 68 | 90 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.65 |
| HSL | 224º | 0.2% | 0.29% | - |
| HSV(B) | 224º | 0.33% | 0.35% | - |
| XYZ | 5.78 | 5.83 | 10.49 | - |
| YUV | 68.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 90 | 0.33 | 0.24 | 0 | 0.65 | 224 | 0.2 | 0.29 |
| Hex | 3C | 44 | 5A | 21 | 18 | 0 | 41 | E0 | 14 | 1D |
| Octal | 74 | 104 | 132 | 41 | 30 | 0 | 101 | 340 | 24 | 35 |
| Binary | 111100 | 1000100 | 1011010 | 100001 | 11000 | 0 | 1000001 | 11100000 | 10100 | 11101 |
Color Harmonies of #3C445A
Complementary color
Monochromatic Colors of #3C445A
Black with #3C445A
Text Example
Text Example
White with #3C445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C445A; }
p { color: rgb(60,68,90); }
H1.HeaderClassName
{
color: #3C445A;
}
.AnyTagClassName
{
color: #3C445A;
}
</style>
background-color css
<style>
a { background-color: #3C445A; }
a { background-color: rgb(60,68,90); }
div.DivClassName
{
background-color: #3C445A;
}
.BgClassName
{
background-color: #3C445A;
}
</style>
border-color css
<style>
span { border-color: #3C445A; }
span { border-color: rgb(60,68,90); }
td.TdClassName
{
border-color: #3C445A;
}
.TagClassName
{
border-color: #3C445A;
}
</style>