Shades of Dark Cerulean #03558A
Tints of Dark Cerulean #03558A
RGB
CMYK
RGB Variations
Color information
#03558A (or 0x03558A) is known color: Dark Cerulean. HEX triplet: 03, 55 and 8A. RGB value is (3,85,138). Sum of RGB (Red+Green+Blue) = 3+85+138=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #03558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03558A is #FCAA75. Grayscale: #424242. Windows color (decimal): -16558710 or 9065731. OLE color: 9065731.
HSL color Cylindrical-coordinate representation of color #03558A: hue angle of 203.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03558A is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 85 | 138 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.46 |
| HSL | 203.56º | 0.96% | 0.28% | - |
| HSV(B) | 203.56º | 0.98% | 0.54% | - |
| XYZ | 7.87 | 8.35 | 25.24 | - |
| YUV | 66.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 138 | 0.98 | 0.38 | 0 | 0.46 | 203.56 | 0.96 | 0.28 |
| Hex | 3 | 55 | 8A | 62 | 26 | 0 | 2E | CC | 60 | 1C |
| Octal | 3 | 125 | 212 | 142 | 46 | 0 | 56 | 314 | 140 | 34 |
| Binary | 11 | 1010101 | 10001010 | 1100010 | 100110 | 0 | 101110 | 11001100 | 1100000 | 11100 |
Color Harmonies of #03558A
Complementary color
Monochromatic Colors of #03558A
Black with #03558A
Text Example
Text Example
White with #03558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03558A; }
p { color: rgb(3,85,138); }
H1.HeaderClassName
{
color: #03558A;
}
.AnyTagClassName
{
color: #03558A;
}
</style>
background-color css
<style>
a { background-color: #03558A; }
a { background-color: rgb(3,85,138); }
div.DivClassName
{
background-color: #03558A;
}
.BgClassName
{
background-color: #03558A;
}
</style>
border-color css
<style>
span { border-color: #03558A; }
span { border-color: rgb(3,85,138); }
td.TdClassName
{
border-color: #03558A;
}
.TagClassName
{
border-color: #03558A;
}
</style>