Shades of Dark Cerulean #035785
Tints of Dark Cerulean #035785
RGB
CMYK
RGB Variations
Color information
#035785 (or 0x035785) is known color: Dark Cerulean. HEX triplet: 03, 57 and 85. RGB value is (3,87,133). Sum of RGB (Red+Green+Blue) = 3+87+133=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #035785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035785 is #FCA87A. Grayscale: #424242. Windows color (decimal): -16558203 or 8738563. OLE color: 8738563.
HSL color Cylindrical-coordinate representation of color #035785: hue angle of 201.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035785 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 87 | 133 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.48 |
| HSL | 201.23º | 0.96% | 0.27% | - |
| HSV(B) | 201.23º | 0.98% | 0.52% | - |
| XYZ | 7.68 | 8.53 | 23.43 | - |
| YUV | 67.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 133 | 0.98 | 0.35 | 0 | 0.48 | 201.23 | 0.96 | 0.27 |
| Hex | 3 | 57 | 85 | 62 | 23 | 0 | 30 | C9 | 60 | 1B |
| Octal | 3 | 127 | 205 | 142 | 43 | 0 | 60 | 311 | 140 | 33 |
| Binary | 11 | 1010111 | 10000101 | 1100010 | 100011 | 0 | 110000 | 11001001 | 1100000 | 11011 |
Color Harmonies of #035785
Complementary color
Monochromatic Colors of #035785
Black with #035785
Text Example
Text Example
White with #035785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035785; }
p { color: rgb(3,87,133); }
H1.HeaderClassName
{
color: #035785;
}
.AnyTagClassName
{
color: #035785;
}
</style>
background-color css
<style>
a { background-color: #035785; }
a { background-color: rgb(3,87,133); }
div.DivClassName
{
background-color: #035785;
}
.BgClassName
{
background-color: #035785;
}
</style>
border-color css
<style>
span { border-color: #035785; }
span { border-color: rgb(3,87,133); }
td.TdClassName
{
border-color: #035785;
}
.TagClassName
{
border-color: #035785;
}
</style>