Shades of Cerulean #03649C
Tints of Cerulean #03649C
RGB
CMYK
RGB Variations
Color information
#03649C (or 0x03649C) is known color: Cerulean. HEX triplet: 03, 64 and 9C. RGB value is (3,100,156). Sum of RGB (Red+Green+Blue) = 3+100+156=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #03649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03649C is #FC9B63. Grayscale: #4D4D4D. Windows color (decimal): -16554852 or 10249219. OLE color: 10249219.
HSL color Cylindrical-coordinate representation of color #03649C: hue angle of 201.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03649C is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 100 | 156 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.39 |
| HSL | 201.96º | 0.96% | 0.31% | - |
| HSV(B) | 201.96º | 0.98% | 0.61% | - |
| XYZ | 10.6 | 11.53 | 33.12 | - |
| YUV | 77.38 | 172.36 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 156 | 0.98 | 0.36 | 0 | 0.39 | 201.96 | 0.96 | 0.31 |
| Hex | 3 | 64 | 9C | 62 | 24 | 0 | 27 | CA | 60 | 1F |
| Octal | 3 | 144 | 234 | 142 | 44 | 0 | 47 | 312 | 140 | 37 |
| Binary | 11 | 1100100 | 10011100 | 1100010 | 100100 | 0 | 100111 | 11001010 | 1100000 | 11111 |
Color Harmonies of #03649C
Complementary color
Monochromatic Colors of #03649C
Black with #03649C
Text Example
Text Example
White with #03649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03649C; }
p { color: rgb(3,100,156); }
H1.HeaderClassName
{
color: #03649C;
}
.AnyTagClassName
{
color: #03649C;
}
</style>
background-color css
<style>
a { background-color: #03649C; }
a { background-color: rgb(3,100,156); }
div.DivClassName
{
background-color: #03649C;
}
.BgClassName
{
background-color: #03649C;
}
</style>
border-color css
<style>
span { border-color: #03649C; }
span { border-color: rgb(3,100,156); }
td.TdClassName
{
border-color: #03649C;
}
.TagClassName
{
border-color: #03649C;
}
</style>