Shades of Dark Cerulean #035892
Tints of Dark Cerulean #035892
RGB
CMYK
RGB Variations
Color information
#035892 (or 0x035892) is known color: Dark Cerulean. HEX triplet: 03, 58 and 92. RGB value is (3,88,146). Sum of RGB (Red+Green+Blue) = 3+88+146=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #035892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035892 is #FCA76D. Grayscale: #444444. Windows color (decimal): -16557934 or 9590787. OLE color: 9590787.
HSL color Cylindrical-coordinate representation of color #035892: hue angle of 204.34º 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 #035892 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 88 | 146 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.43 |
| HSL | 204.34º | 0.96% | 0.29% | - |
| HSV(B) | 204.34º | 0.98% | 0.57% | - |
| XYZ | 8.72 | 9.07 | 28.49 | - |
| YUV | 69.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 146 | 0.98 | 0.40 | 0 | 0.43 | 204.34 | 0.96 | 0.29 |
| Hex | 3 | 58 | 92 | 62 | 28 | 0 | 2B | CC | 60 | 1D |
| Octal | 3 | 130 | 222 | 142 | 50 | 0 | 53 | 314 | 140 | 35 |
| Binary | 11 | 1011000 | 10010010 | 1100010 | 101000 | 0 | 101011 | 11001100 | 1100000 | 11101 |
Color Harmonies of #035892
Complementary color
Monochromatic Colors of #035892
Black with #035892
Text Example
Text Example
White with #035892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035892; }
p { color: rgb(3,88,146); }
H1.HeaderClassName
{
color: #035892;
}
.AnyTagClassName
{
color: #035892;
}
</style>
background-color css
<style>
a { background-color: #035892; }
a { background-color: rgb(3,88,146); }
div.DivClassName
{
background-color: #035892;
}
.BgClassName
{
background-color: #035892;
}
</style>
border-color css
<style>
span { border-color: #035892; }
span { border-color: rgb(3,88,146); }
td.TdClassName
{
border-color: #035892;
}
.TagClassName
{
border-color: #035892;
}
</style>