Shades of Blue Zodiac #3C435B
Tints of Blue Zodiac #3C435B
RGB
CMYK
RGB Variations
Color information
#3C435B (or 0x3C435B) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 5B. RGB value is (60,67,91). Sum of RGB (Red+Green+Blue) = 60+67+91=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C435B is #C3BCA4. Grayscale: #434343. Windows color (decimal): -12827813 or 5980988. OLE color: 5980988.
HSL color Cylindrical-coordinate representation of color #3C435B: hue angle of 226.45º 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 #3C435B is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 67 | 91 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.64 |
| HSL | 226.45º | 0.21% | 0.3% | - |
| HSV(B) | 226.45º | 0.34% | 0.36% | - |
| XYZ | 5.76 | 5.73 | 10.7 | - |
| YUV | 67.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 91 | 0.34 | 0.26 | 0 | 0.64 | 226.45 | 0.21 | 0.3 |
| Hex | 3C | 43 | 5B | 22 | 1A | 0 | 40 | E2 | 15 | 1E |
| Octal | 74 | 103 | 133 | 42 | 32 | 0 | 100 | 342 | 25 | 36 |
| Binary | 111100 | 1000011 | 1011011 | 100010 | 11010 | 0 | 1000000 | 11100010 | 10101 | 11110 |
Color Harmonies of #3C435B
Complementary color
Monochromatic Colors of #3C435B
Black with #3C435B
Text Example
Text Example
White with #3C435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C435B; }
p { color: rgb(60,67,91); }
H1.HeaderClassName
{
color: #3C435B;
}
.AnyTagClassName
{
color: #3C435B;
}
</style>
background-color css
<style>
a { background-color: #3C435B; }
a { background-color: rgb(60,67,91); }
div.DivClassName
{
background-color: #3C435B;
}
.BgClassName
{
background-color: #3C435B;
}
</style>
border-color css
<style>
span { border-color: #3C435B; }
span { border-color: rgb(60,67,91); }
td.TdClassName
{
border-color: #3C435B;
}
.TagClassName
{
border-color: #3C435B;
}
</style>