Shades of Blue Zodiac #3C425B
Tints of Blue Zodiac #3C425B
RGB
CMYK
RGB Variations
Color information
#3C425B (or 0x3C425B) is known color: Blue Zodiac. HEX triplet: 3C, 42 and 5B. RGB value is (60,66,91). Sum of RGB (Red+Green+Blue) = 60+66+91=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C425B is #C3BDA4. Grayscale: #424242. Windows color (decimal): -12828069 or 5980732. OLE color: 5980732.
HSL color Cylindrical-coordinate representation of color #3C425B: hue angle of 228.39º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C425B is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 66 | 91 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.64 |
| HSL | 228.39º | 0.21% | 0.3% | - |
| HSV(B) | 228.39º | 0.34% | 0.36% | - |
| XYZ | 5.7 | 5.61 | 10.68 | - |
| YUV | 67.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 91 | 0.34 | 0.27 | 0 | 0.64 | 228.39 | 0.21 | 0.3 |
| Hex | 3C | 42 | 5B | 22 | 1B | 0 | 40 | E4 | 15 | 1E |
| Octal | 74 | 102 | 133 | 42 | 33 | 0 | 100 | 344 | 25 | 36 |
| Binary | 111100 | 1000010 | 1011011 | 100010 | 11011 | 0 | 1000000 | 11100100 | 10101 | 11110 |
Color Harmonies of #3C425B
Complementary color
Monochromatic Colors of #3C425B
Black with #3C425B
Text Example
Text Example
White with #3C425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C425B; }
p { color: rgb(60,66,91); }
H1.HeaderClassName
{
color: #3C425B;
}
.AnyTagClassName
{
color: #3C425B;
}
</style>
background-color css
<style>
a { background-color: #3C425B; }
a { background-color: rgb(60,66,91); }
div.DivClassName
{
background-color: #3C425B;
}
.BgClassName
{
background-color: #3C425B;
}
</style>
border-color css
<style>
span { border-color: #3C425B; }
span { border-color: rgb(60,66,91); }
td.TdClassName
{
border-color: #3C425B;
}
.TagClassName
{
border-color: #3C425B;
}
</style>