Shades of Blue Zodiac #3C435A
Tints of Blue Zodiac #3C435A
RGB
CMYK
RGB Variations
Color information
#3C435A (or 0x3C435A) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 5A. RGB value is (60,67,90). Sum of RGB (Red+Green+Blue) = 60+67+90=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C435A is #C3BCA5. Grayscale: #434343. Windows color (decimal): -12827814 or 5915452. OLE color: 5915452.
HSL color Cylindrical-coordinate representation of color #3C435A: hue angle of 226º 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 #3C435A is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 67 | 90 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.65 |
| HSL | 226º | 0.2% | 0.29% | - |
| HSV(B) | 226º | 0.33% | 0.35% | - |
| XYZ | 5.72 | 5.71 | 10.47 | - |
| YUV | 67.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 90 | 0.33 | 0.26 | 0 | 0.65 | 226 | 0.2 | 0.29 |
| Hex | 3C | 43 | 5A | 21 | 1A | 0 | 41 | E2 | 14 | 1D |
| Octal | 74 | 103 | 132 | 41 | 32 | 0 | 101 | 342 | 24 | 35 |
| Binary | 111100 | 1000011 | 1011010 | 100001 | 11010 | 0 | 1000001 | 11100010 | 10100 | 11101 |
Color Harmonies of #3C435A
Complementary color
Monochromatic Colors of #3C435A
Black with #3C435A
Text Example
Text Example
White with #3C435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C435A; }
p { color: rgb(60,67,90); }
H1.HeaderClassName
{
color: #3C435A;
}
.AnyTagClassName
{
color: #3C435A;
}
</style>
background-color css
<style>
a { background-color: #3C435A; }
a { background-color: rgb(60,67,90); }
div.DivClassName
{
background-color: #3C435A;
}
.BgClassName
{
background-color: #3C435A;
}
</style>
border-color css
<style>
span { border-color: #3C435A; }
span { border-color: rgb(60,67,90); }
td.TdClassName
{
border-color: #3C435A;
}
.TagClassName
{
border-color: #3C435A;
}
</style>