Shades of Cerulean #03669C
Tints of Cerulean #03669C
RGB
CMYK
RGB Variations
Color information
#03669C (or 0x03669C) is known color: Cerulean. HEX triplet: 03, 66 and 9C. RGB value is (3,102,156). Sum of RGB (Red+Green+Blue) = 3+102+156=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #03669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03669C is #FC9963. Grayscale: #4E4E4E. Windows color (decimal): -16554340 or 10249731. OLE color: 10249731.
HSL color Cylindrical-coordinate representation of color #03669C: hue angle of 201.18º 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 #03669C is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 102 | 156 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.39 |
| HSL | 201.18º | 0.96% | 0.31% | - |
| HSV(B) | 201.18º | 0.98% | 0.61% | - |
| XYZ | 10.79 | 11.92 | 33.19 | - |
| YUV | 78.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 156 | 0.98 | 0.35 | 0 | 0.39 | 201.18 | 0.96 | 0.31 |
| Hex | 3 | 66 | 9C | 62 | 23 | 0 | 27 | C9 | 60 | 1F |
| Octal | 3 | 146 | 234 | 142 | 43 | 0 | 47 | 311 | 140 | 37 |
| Binary | 11 | 1100110 | 10011100 | 1100010 | 100011 | 0 | 100111 | 11001001 | 1100000 | 11111 |
Color Harmonies of #03669C
Complementary color
Monochromatic Colors of #03669C
Black with #03669C
Text Example
Text Example
White with #03669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03669C; }
p { color: rgb(3,102,156); }
H1.HeaderClassName
{
color: #03669C;
}
.AnyTagClassName
{
color: #03669C;
}
</style>
background-color css
<style>
a { background-color: #03669C; }
a { background-color: rgb(3,102,156); }
div.DivClassName
{
background-color: #03669C;
}
.BgClassName
{
background-color: #03669C;
}
</style>
border-color css
<style>
span { border-color: #03669C; }
span { border-color: rgb(3,102,156); }
td.TdClassName
{
border-color: #03669C;
}
.TagClassName
{
border-color: #03669C;
}
</style>