Shades of Dark Cerulean #035381
Tints of Dark Cerulean #035381
RGB
CMYK
RGB Variations
Color information
#035381 (or 0x035381) is known color: Dark Cerulean. HEX triplet: 03, 53 and 81. RGB value is (3,83,129). Sum of RGB (Red+Green+Blue) = 3+83+129=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #035381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035381 is #FCAC7E. Grayscale: #404040. Windows color (decimal): -16559231 or 8475395. OLE color: 8475395.
HSL color Cylindrical-coordinate representation of color #035381: hue angle of 201.9º 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 #035381 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 83 | 129 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.49 |
| HSL | 201.9º | 0.95% | 0.26% | - |
| HSV(B) | 201.9º | 0.98% | 0.51% | - |
| XYZ | 7.09 | 7.79 | 21.9 | - |
| YUV | 64.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 129 | 0.98 | 0.36 | 0 | 0.49 | 201.9 | 0.95 | 0.26 |
| Hex | 3 | 53 | 81 | 62 | 24 | 0 | 31 | CA | 5F | 1A |
| Octal | 3 | 123 | 201 | 142 | 44 | 0 | 61 | 312 | 137 | 32 |
| Binary | 11 | 1010011 | 10000001 | 1100010 | 100100 | 0 | 110001 | 11001010 | 1011111 | 11010 |
Color Harmonies of #035381
Complementary color
Monochromatic Colors of #035381
Black with #035381
Text Example
Text Example
White with #035381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035381; }
p { color: rgb(3,83,129); }
H1.HeaderClassName
{
color: #035381;
}
.AnyTagClassName
{
color: #035381;
}
</style>
background-color css
<style>
a { background-color: #035381; }
a { background-color: rgb(3,83,129); }
div.DivClassName
{
background-color: #035381;
}
.BgClassName
{
background-color: #035381;
}
</style>
border-color css
<style>
span { border-color: #035381; }
span { border-color: rgb(3,83,129); }
td.TdClassName
{
border-color: #035381;
}
.TagClassName
{
border-color: #035381;
}
</style>