Shades of Dark Cerulean #035393
Tints of Dark Cerulean #035393
RGB
CMYK
RGB Variations
Color information
#035393 (or 0x035393) is known color: Dark Cerulean. HEX triplet: 03, 53 and 93. RGB value is (3,83,147). Sum of RGB (Red+Green+Blue) = 3+83+147=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #035393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035393 is #FCAC6C. Grayscale: #424242. Windows color (decimal): -16559213 or 9655043. OLE color: 9655043.
HSL color Cylindrical-coordinate representation of color #035393: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035393 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 83 | 147 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.42 |
| HSL | 206.67º | 0.96% | 0.29% | - |
| HSV(B) | 206.67º | 0.98% | 0.58% | - |
| XYZ | 8.4 | 8.31 | 28.77 | - |
| YUV | 66.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 147 | 0.98 | 0.44 | 0 | 0.42 | 206.67 | 0.96 | 0.29 |
| Hex | 3 | 53 | 93 | 62 | 2C | 0 | 2A | CF | 60 | 1D |
| Octal | 3 | 123 | 223 | 142 | 54 | 0 | 52 | 317 | 140 | 35 |
| Binary | 11 | 1010011 | 10010011 | 1100010 | 101100 | 0 | 101010 | 11001111 | 1100000 | 11101 |
Color Harmonies of #035393
Complementary color
Monochromatic Colors of #035393
Black with #035393
Text Example
Text Example
White with #035393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035393; }
p { color: rgb(3,83,147); }
H1.HeaderClassName
{
color: #035393;
}
.AnyTagClassName
{
color: #035393;
}
</style>
background-color css
<style>
a { background-color: #035393; }
a { background-color: rgb(3,83,147); }
div.DivClassName
{
background-color: #035393;
}
.BgClassName
{
background-color: #035393;
}
</style>
border-color css
<style>
span { border-color: #035393; }
span { border-color: rgb(3,83,147); }
td.TdClassName
{
border-color: #035393;
}
.TagClassName
{
border-color: #035393;
}
</style>