Shades of Dark Cerulean #035C95
Tints of Dark Cerulean #035C95
RGB
CMYK
RGB Variations
Color information
#035C95 (or 0x035C95) is known color: Dark Cerulean. HEX triplet: 03, 5C and 95. RGB value is (3,92,149). Sum of RGB (Red+Green+Blue) = 3+92+149=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #035C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C95 is #FCA36A. Grayscale: #474747. Windows color (decimal): -16556907 or 9788419. OLE color: 9788419.
HSL color Cylindrical-coordinate representation of color #035C95: hue angle of 203.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C95 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 92 | 149 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.42 |
| HSL | 203.42º | 0.96% | 0.3% | - |
| HSV(B) | 203.42º | 0.98% | 0.58% | - |
| XYZ | 9.29 | 9.84 | 29.84 | - |
| YUV | 71.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 149 | 0.98 | 0.38 | 0 | 0.42 | 203.42 | 0.96 | 0.3 |
| Hex | 3 | 5C | 95 | 62 | 26 | 0 | 2A | CB | 60 | 1E |
| Octal | 3 | 134 | 225 | 142 | 46 | 0 | 52 | 313 | 140 | 36 |
| Binary | 11 | 1011100 | 10010101 | 1100010 | 100110 | 0 | 101010 | 11001011 | 1100000 | 11110 |
Color Harmonies of #035C95
Complementary color
Monochromatic Colors of #035C95
Black with #035C95
Text Example
Text Example
White with #035C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C95; }
p { color: rgb(3,92,149); }
H1.HeaderClassName
{
color: #035C95;
}
.AnyTagClassName
{
color: #035C95;
}
</style>
background-color css
<style>
a { background-color: #035C95; }
a { background-color: rgb(3,92,149); }
div.DivClassName
{
background-color: #035C95;
}
.BgClassName
{
background-color: #035C95;
}
</style>
border-color css
<style>
span { border-color: #035C95; }
span { border-color: rgb(3,92,149); }
td.TdClassName
{
border-color: #035C95;
}
.TagClassName
{
border-color: #035C95;
}
</style>