Shades of Dark Cerulean #035C92
Tints of Dark Cerulean #035C92
RGB
CMYK
RGB Variations
Color information
#035C92 (or 0x035C92) is known color: Dark Cerulean. HEX triplet: 03, 5C and 92. RGB value is (3,92,146). Sum of RGB (Red+Green+Blue) = 3+92+146=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #035C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C92 is #FCA36D. Grayscale: #474747. Windows color (decimal): -16556910 or 9591811. OLE color: 9591811.
HSL color Cylindrical-coordinate representation of color #035C92: hue angle of 202.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C92 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 92 | 146 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.43 |
| HSL | 202.66º | 0.96% | 0.29% | - |
| HSV(B) | 202.66º | 0.98% | 0.57% | - |
| XYZ | 9.05 | 9.75 | 28.6 | - |
| YUV | 71.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 146 | 0.98 | 0.37 | 0 | 0.43 | 202.66 | 0.96 | 0.29 |
| Hex | 3 | 5C | 92 | 62 | 25 | 0 | 2B | CB | 60 | 1D |
| Octal | 3 | 134 | 222 | 142 | 45 | 0 | 53 | 313 | 140 | 35 |
| Binary | 11 | 1011100 | 10010010 | 1100010 | 100101 | 0 | 101011 | 11001011 | 1100000 | 11101 |
Color Harmonies of #035C92
Complementary color
Monochromatic Colors of #035C92
Black with #035C92
Text Example
Text Example
White with #035C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C92; }
p { color: rgb(3,92,146); }
H1.HeaderClassName
{
color: #035C92;
}
.AnyTagClassName
{
color: #035C92;
}
</style>
background-color css
<style>
a { background-color: #035C92; }
a { background-color: rgb(3,92,146); }
div.DivClassName
{
background-color: #035C92;
}
.BgClassName
{
background-color: #035C92;
}
</style>
border-color css
<style>
span { border-color: #035C92; }
span { border-color: rgb(3,92,146); }
td.TdClassName
{
border-color: #035C92;
}
.TagClassName
{
border-color: #035C92;
}
</style>