Shades of Cerulean #03649D
Tints of Cerulean #03649D
RGB
CMYK
RGB Variations
Color information
#03649D (or 0x03649D) is known color: Cerulean. HEX triplet: 03, 64 and 9D. RGB value is (3,100,157). Sum of RGB (Red+Green+Blue) = 3+100+157=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #03649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03649D is #FC9B62. Grayscale: #4D4D4D. Windows color (decimal): -16554851 or 10314755. OLE color: 10314755.
HSL color Cylindrical-coordinate representation of color #03649D: hue angle of 202.21º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03649D is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 100 | 157 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.38 |
| HSL | 202.21º | 0.96% | 0.31% | - |
| HSV(B) | 202.21º | 0.98% | 0.62% | - |
| XYZ | 10.68 | 11.57 | 33.57 | - |
| YUV | 77.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 157 | 0.98 | 0.36 | 0 | 0.38 | 202.21 | 0.96 | 0.31 |
| Hex | 3 | 64 | 9D | 62 | 24 | 0 | 26 | CA | 60 | 1F |
| Octal | 3 | 144 | 235 | 142 | 44 | 0 | 46 | 312 | 140 | 37 |
| Binary | 11 | 1100100 | 10011101 | 1100010 | 100100 | 0 | 100110 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03649D
Complementary color
Monochromatic Colors of #03649D
Black with #03649D
Text Example
Text Example
White with #03649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03649D; }
p { color: rgb(3,100,157); }
H1.HeaderClassName
{
color: #03649D;
}
.AnyTagClassName
{
color: #03649D;
}
</style>
background-color css
<style>
a { background-color: #03649D; }
a { background-color: rgb(3,100,157); }
div.DivClassName
{
background-color: #03649D;
}
.BgClassName
{
background-color: #03649D;
}
</style>
border-color css
<style>
span { border-color: #03649D; }
span { border-color: rgb(3,100,157); }
td.TdClassName
{
border-color: #03649D;
}
.TagClassName
{
border-color: #03649D;
}
</style>