Shades of Dark Cerulean #035281
Tints of Dark Cerulean #035281
RGB
CMYK
RGB Variations
Color information
#035281 (or 0x035281) is known color: Dark Cerulean. HEX triplet: 03, 52 and 81. RGB value is (3,82,129). Sum of RGB (Red+Green+Blue) = 3+82+129=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #035281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035281 is #FCAD7E. Grayscale: #3F3F3F. Windows color (decimal): -16559487 or 8475139. OLE color: 8475139.
HSL color Cylindrical-coordinate representation of color #035281: hue angle of 202.38º degrees, saturation: 0.95, 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 #035281 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 82 | 129 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.49 |
| HSL | 202.38º | 0.95% | 0.26% | - |
| HSV(B) | 202.38º | 0.98% | 0.51% | - |
| XYZ | 7.02 | 7.64 | 21.87 | - |
| YUV | 63.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 129 | 0.98 | 0.36 | 0 | 0.49 | 202.38 | 0.95 | 0.26 |
| Hex | 3 | 52 | 81 | 62 | 24 | 0 | 31 | CA | 5F | 1A |
| Octal | 3 | 122 | 201 | 142 | 44 | 0 | 61 | 312 | 137 | 32 |
| Binary | 11 | 1010010 | 10000001 | 1100010 | 100100 | 0 | 110001 | 11001010 | 1011111 | 11010 |
Color Harmonies of #035281
Complementary color
Monochromatic Colors of #035281
Black with #035281
Text Example
Text Example
White with #035281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035281; }
p { color: rgb(3,82,129); }
H1.HeaderClassName
{
color: #035281;
}
.AnyTagClassName
{
color: #035281;
}
</style>
background-color css
<style>
a { background-color: #035281; }
a { background-color: rgb(3,82,129); }
div.DivClassName
{
background-color: #035281;
}
.BgClassName
{
background-color: #035281;
}
</style>
border-color css
<style>
span { border-color: #035281; }
span { border-color: rgb(3,82,129); }
td.TdClassName
{
border-color: #035281;
}
.TagClassName
{
border-color: #035281;
}
</style>