Shades of Dark Cerulean #035C8C
Tints of Dark Cerulean #035C8C
RGB
CMYK
RGB Variations
Color information
#035C8C (or 0x035C8C) is known color: Dark Cerulean. HEX triplet: 03, 5C and 8C. RGB value is (3,92,140). Sum of RGB (Red+Green+Blue) = 3+92+140=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #035C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C8C is #FCA373. Grayscale: #464646. Windows color (decimal): -16556916 or 9198595. OLE color: 9198595.
HSL color Cylindrical-coordinate representation of color #035C8C: hue angle of 201.02º 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 #035C8C is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 92 | 140 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.45 |
| HSL | 201.02º | 0.96% | 0.28% | - |
| HSV(B) | 201.02º | 0.98% | 0.55% | - |
| XYZ | 8.6 | 9.57 | 26.2 | - |
| YUV | 70.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 140 | 0.98 | 0.34 | 0 | 0.45 | 201.02 | 0.96 | 0.28 |
| Hex | 3 | 5C | 8C | 62 | 22 | 0 | 2D | C9 | 60 | 1C |
| Octal | 3 | 134 | 214 | 142 | 42 | 0 | 55 | 311 | 140 | 34 |
| Binary | 11 | 1011100 | 10001100 | 1100010 | 100010 | 0 | 101101 | 11001001 | 1100000 | 11100 |
Color Harmonies of #035C8C
Complementary color
Monochromatic Colors of #035C8C
Black with #035C8C
Text Example
Text Example
White with #035C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C8C; }
p { color: rgb(3,92,140); }
H1.HeaderClassName
{
color: #035C8C;
}
.AnyTagClassName
{
color: #035C8C;
}
</style>
background-color css
<style>
a { background-color: #035C8C; }
a { background-color: rgb(3,92,140); }
div.DivClassName
{
background-color: #035C8C;
}
.BgClassName
{
background-color: #035C8C;
}
</style>
border-color css
<style>
span { border-color: #035C8C; }
span { border-color: rgb(3,92,140); }
td.TdClassName
{
border-color: #035C8C;
}
.TagClassName
{
border-color: #035C8C;
}
</style>