Shades of Blue Zodiac #3C415A
Tints of Blue Zodiac #3C415A
RGB
CMYK
RGB Variations
Color information
#3C415A (or 0x3C415A) is known color: Blue Zodiac. HEX triplet: 3C, 41 and 5A. RGB value is (60,65,90). Sum of RGB (Red+Green+Blue) = 60+65+90=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C415A is #C3BEA5. Grayscale: #424242. Windows color (decimal): -12828326 or 5914940. OLE color: 5914940.
HSL color Cylindrical-coordinate representation of color #3C415A: hue angle of 230º 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 #3C415A is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 65 | 90 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.65 |
| HSL | 230º | 0.2% | 0.29% | - |
| HSV(B) | 230º | 0.33% | 0.35% | - |
| XYZ | 5.6 | 5.48 | 10.44 | - |
| YUV | 66.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 90 | 0.33 | 0.28 | 0 | 0.65 | 230 | 0.2 | 0.29 |
| Hex | 3C | 41 | 5A | 21 | 1C | 0 | 41 | E6 | 14 | 1D |
| Octal | 74 | 101 | 132 | 41 | 34 | 0 | 101 | 346 | 24 | 35 |
| Binary | 111100 | 1000001 | 1011010 | 100001 | 11100 | 0 | 1000001 | 11100110 | 10100 | 11101 |
Color Harmonies of #3C415A
Complementary color
Monochromatic Colors of #3C415A
Black with #3C415A
Text Example
Text Example
White with #3C415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C415A; }
p { color: rgb(60,65,90); }
H1.HeaderClassName
{
color: #3C415A;
}
.AnyTagClassName
{
color: #3C415A;
}
</style>
background-color css
<style>
a { background-color: #3C415A; }
a { background-color: rgb(60,65,90); }
div.DivClassName
{
background-color: #3C415A;
}
.BgClassName
{
background-color: #3C415A;
}
</style>
border-color css
<style>
span { border-color: #3C415A; }
span { border-color: rgb(60,65,90); }
td.TdClassName
{
border-color: #3C415A;
}
.TagClassName
{
border-color: #3C415A;
}
</style>