Shades of Cerulean #03648E
Tints of Cerulean #03648E
RGB
CMYK
RGB Variations
Color information
#03648E (or 0x03648E) is known color: Cerulean. HEX triplet: 03, 64 and 8E. RGB value is (3,100,142). Sum of RGB (Red+Green+Blue) = 3+100+142=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #03648E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03648E is #FC9B71. Grayscale: #4B4B4B. Windows color (decimal): -16554866 or 9331715. OLE color: 9331715.
HSL color Cylindrical-coordinate representation of color #03648E: hue angle of 198.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03648E is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 100 | 142 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.44 |
| HSL | 198.13º | 0.96% | 0.28% | - |
| HSV(B) | 198.13º | 0.98% | 0.56% | - |
| XYZ | 9.48 | 11.09 | 27.23 | - |
| YUV | 75.79 | 165.36 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 142 | 0.98 | 0.30 | 0 | 0.44 | 198.13 | 0.96 | 0.28 |
| Hex | 3 | 64 | 8E | 62 | 1E | 0 | 2C | C6 | 60 | 1C |
| Octal | 3 | 144 | 216 | 142 | 36 | 0 | 54 | 306 | 140 | 34 |
| Binary | 11 | 1100100 | 10001110 | 1100010 | 11110 | 0 | 101100 | 11000110 | 1100000 | 11100 |
Color Harmonies of #03648E
Complementary color
Monochromatic Colors of #03648E
Black with #03648E
Text Example
Text Example
White with #03648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03648E; }
p { color: rgb(3,100,142); }
H1.HeaderClassName
{
color: #03648E;
}
.AnyTagClassName
{
color: #03648E;
}
</style>
background-color css
<style>
a { background-color: #03648E; }
a { background-color: rgb(3,100,142); }
div.DivClassName
{
background-color: #03648E;
}
.BgClassName
{
background-color: #03648E;
}
</style>
border-color css
<style>
span { border-color: #03648E; }
span { border-color: rgb(3,100,142); }
td.TdClassName
{
border-color: #03648E;
}
.TagClassName
{
border-color: #03648E;
}
</style>