Shades of Cerulean #03649F
Tints of Cerulean #03649F
RGB
CMYK
RGB Variations
Color information
#03649F (or 0x03649F) is known color: Cerulean. HEX triplet: 03, 64 and 9F. RGB value is (3,100,159). Sum of RGB (Red+Green+Blue) = 3+100+159=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #03649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03649F is #FC9B60. Grayscale: #4D4D4D. Windows color (decimal): -16554849 or 10445827. OLE color: 10445827.
HSL color Cylindrical-coordinate representation of color #03649F: hue angle of 202.69º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03649F is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 100 | 159 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.38 |
| HSL | 202.69º | 0.96% | 0.32% | - |
| HSV(B) | 202.69º | 0.98% | 0.62% | - |
| XYZ | 10.85 | 11.64 | 34.48 | - |
| YUV | 77.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 159 | 0.98 | 0.37 | 0 | 0.38 | 202.69 | 0.96 | 0.32 |
| Hex | 3 | 64 | 9F | 62 | 25 | 0 | 26 | CB | 60 | 20 |
| Octal | 3 | 144 | 237 | 142 | 45 | 0 | 46 | 313 | 140 | 40 |
| Binary | 11 | 1100100 | 10011111 | 1100010 | 100101 | 0 | 100110 | 11001011 | 1100000 | 100000 |
Color Harmonies of #03649F
Complementary color
Monochromatic Colors of #03649F
Black with #03649F
Text Example
Text Example
White with #03649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03649F; }
p { color: rgb(3,100,159); }
H1.HeaderClassName
{
color: #03649F;
}
.AnyTagClassName
{
color: #03649F;
}
</style>
background-color css
<style>
a { background-color: #03649F; }
a { background-color: rgb(3,100,159); }
div.DivClassName
{
background-color: #03649F;
}
.BgClassName
{
background-color: #03649F;
}
</style>
border-color css
<style>
span { border-color: #03649F; }
span { border-color: rgb(3,100,159); }
td.TdClassName
{
border-color: #03649F;
}
.TagClassName
{
border-color: #03649F;
}
</style>