Shades of Dark Cerulean #035B8D
Tints of Dark Cerulean #035B8D
RGB
CMYK
RGB Variations
Color information
#035B8D (or 0x035B8D) is known color: Dark Cerulean. HEX triplet: 03, 5B and 8D. RGB value is (3,91,141). Sum of RGB (Red+Green+Blue) = 3+91+141=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #035B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035B8D is #FCA472. Grayscale: #464646. Windows color (decimal): -16557171 or 9263875. OLE color: 9263875.
HSL color Cylindrical-coordinate representation of color #035B8D: hue angle of 201.74º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035B8D is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 91 | 141 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.45 |
| HSL | 201.74º | 0.96% | 0.28% | - |
| HSV(B) | 201.74º | 0.98% | 0.55% | - |
| XYZ | 8.59 | 9.42 | 26.57 | - |
| YUV | 70.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 141 | 0.98 | 0.35 | 0 | 0.45 | 201.74 | 0.96 | 0.28 |
| Hex | 3 | 5B | 8D | 62 | 23 | 0 | 2D | CA | 60 | 1C |
| Octal | 3 | 133 | 215 | 142 | 43 | 0 | 55 | 312 | 140 | 34 |
| Binary | 11 | 1011011 | 10001101 | 1100010 | 100011 | 0 | 101101 | 11001010 | 1100000 | 11100 |
Color Harmonies of #035B8D
Complementary color
Monochromatic Colors of #035B8D
Black with #035B8D
Text Example
Text Example
White with #035B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B8D; }
p { color: rgb(3,91,141); }
H1.HeaderClassName
{
color: #035B8D;
}
.AnyTagClassName
{
color: #035B8D;
}
</style>
background-color css
<style>
a { background-color: #035B8D; }
a { background-color: rgb(3,91,141); }
div.DivClassName
{
background-color: #035B8D;
}
.BgClassName
{
background-color: #035B8D;
}
</style>
border-color css
<style>
span { border-color: #035B8D; }
span { border-color: rgb(3,91,141); }
td.TdClassName
{
border-color: #035B8D;
}
.TagClassName
{
border-color: #035B8D;
}
</style>