Shades of Blue Zodiac #3C425A
Tints of Blue Zodiac #3C425A
RGB
CMYK
RGB Variations
Color information
#3C425A (or 0x3C425A) is known color: Blue Zodiac. HEX triplet: 3C, 42 and 5A. RGB value is (60,66,90). Sum of RGB (Red+Green+Blue) = 60+66+90=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C425A is #C3BDA5. Grayscale: #424242. Windows color (decimal): -12828070 or 5915196. OLE color: 5915196.
HSL color Cylindrical-coordinate representation of color #3C425A: hue angle of 228º 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 #3C425A is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 66 | 90 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.65 |
| HSL | 228º | 0.2% | 0.29% | - |
| HSV(B) | 228º | 0.33% | 0.35% | - |
| XYZ | 5.66 | 5.6 | 10.45 | - |
| YUV | 66.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 90 | 0.33 | 0.27 | 0 | 0.65 | 228 | 0.2 | 0.29 |
| Hex | 3C | 42 | 5A | 21 | 1B | 0 | 41 | E4 | 14 | 1D |
| Octal | 74 | 102 | 132 | 41 | 33 | 0 | 101 | 344 | 24 | 35 |
| Binary | 111100 | 1000010 | 1011010 | 100001 | 11011 | 0 | 1000001 | 11100100 | 10100 | 11101 |
Color Harmonies of #3C425A
Complementary color
Monochromatic Colors of #3C425A
Black with #3C425A
Text Example
Text Example
White with #3C425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C425A; }
p { color: rgb(60,66,90); }
H1.HeaderClassName
{
color: #3C425A;
}
.AnyTagClassName
{
color: #3C425A;
}
</style>
background-color css
<style>
a { background-color: #3C425A; }
a { background-color: rgb(60,66,90); }
div.DivClassName
{
background-color: #3C425A;
}
.BgClassName
{
background-color: #3C425A;
}
</style>
border-color css
<style>
span { border-color: #3C425A; }
span { border-color: rgb(60,66,90); }
td.TdClassName
{
border-color: #3C425A;
}
.TagClassName
{
border-color: #3C425A;
}
</style>