Shades of Dark Cerulean #035390
Tints of Dark Cerulean #035390
RGB
CMYK
RGB Variations
Color information
#035390 (or 0x035390) is known color: Dark Cerulean. HEX triplet: 03, 53 and 90. RGB value is (3,83,144). Sum of RGB (Red+Green+Blue) = 3+83+144=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #035390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035390 is #FCAC6F. Grayscale: #414141. Windows color (decimal): -16559216 or 9458435. OLE color: 9458435.
HSL color Cylindrical-coordinate representation of color #035390: hue angle of 205.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035390 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 83 | 144 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.44 |
| HSL | 205.96º | 0.96% | 0.29% | - |
| HSV(B) | 205.96º | 0.98% | 0.56% | - |
| XYZ | 8.16 | 8.22 | 27.54 | - |
| YUV | 66.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 144 | 0.98 | 0.42 | 0 | 0.44 | 205.96 | 0.96 | 0.29 |
| Hex | 3 | 53 | 90 | 62 | 2A | 0 | 2C | CE | 60 | 1D |
| Octal | 3 | 123 | 220 | 142 | 52 | 0 | 54 | 316 | 140 | 35 |
| Binary | 11 | 1010011 | 10010000 | 1100010 | 101010 | 0 | 101100 | 11001110 | 1100000 | 11101 |
Color Harmonies of #035390
Complementary color
Monochromatic Colors of #035390
Black with #035390
Text Example
Text Example
White with #035390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035390; }
p { color: rgb(3,83,144); }
H1.HeaderClassName
{
color: #035390;
}
.AnyTagClassName
{
color: #035390;
}
</style>
background-color css
<style>
a { background-color: #035390; }
a { background-color: rgb(3,83,144); }
div.DivClassName
{
background-color: #035390;
}
.BgClassName
{
background-color: #035390;
}
</style>
border-color css
<style>
span { border-color: #035390; }
span { border-color: rgb(3,83,144); }
td.TdClassName
{
border-color: #035390;
}
.TagClassName
{
border-color: #035390;
}
</style>