Shades of Dark Cerulean #035283
Tints of Dark Cerulean #035283
RGB
CMYK
RGB Variations
Color information
#035283 (or 0x035283) is known color: Dark Cerulean. HEX triplet: 03, 52 and 83. RGB value is (3,82,131). Sum of RGB (Red+Green+Blue) = 3+82+131=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #035283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035283 is #FCAD7C. Grayscale: #3F3F3F. Windows color (decimal): -16559485 or 8606211. OLE color: 8606211.
HSL color Cylindrical-coordinate representation of color #035283: hue angle of 202.97º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035283 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 82 | 131 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.49 |
| HSL | 202.97º | 0.96% | 0.26% | - |
| HSV(B) | 202.97º | 0.98% | 0.51% | - |
| XYZ | 7.15 | 7.69 | 22.58 | - |
| YUV | 63.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 131 | 0.98 | 0.37 | 0 | 0.49 | 202.97 | 0.96 | 0.26 |
| Hex | 3 | 52 | 83 | 62 | 25 | 0 | 31 | CB | 60 | 1A |
| Octal | 3 | 122 | 203 | 142 | 45 | 0 | 61 | 313 | 140 | 32 |
| Binary | 11 | 1010010 | 10000011 | 1100010 | 100101 | 0 | 110001 | 11001011 | 1100000 | 11010 |
Color Harmonies of #035283
Complementary color
Monochromatic Colors of #035283
Black with #035283
Text Example
Text Example
White with #035283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035283; }
p { color: rgb(3,82,131); }
H1.HeaderClassName
{
color: #035283;
}
.AnyTagClassName
{
color: #035283;
}
</style>
background-color css
<style>
a { background-color: #035283; }
a { background-color: rgb(3,82,131); }
div.DivClassName
{
background-color: #035283;
}
.BgClassName
{
background-color: #035283;
}
</style>
border-color css
<style>
span { border-color: #035283; }
span { border-color: rgb(3,82,131); }
td.TdClassName
{
border-color: #035283;
}
.TagClassName
{
border-color: #035283;
}
</style>