Shades of Cerulean #03669D
Tints of Cerulean #03669D
RGB
CMYK
RGB Variations
Color information
#03669D (or 0x03669D) is known color: Cerulean. HEX triplet: 03, 66 and 9D. RGB value is (3,102,157). Sum of RGB (Red+Green+Blue) = 3+102+157=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #03669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03669D is #FC9962. Grayscale: #4E4E4E. Windows color (decimal): -16554339 or 10315267. OLE color: 10315267.
HSL color Cylindrical-coordinate representation of color #03669D: hue angle of 201.43º 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 #03669D is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 102 | 157 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.38 |
| HSL | 201.43º | 0.96% | 0.31% | - |
| HSV(B) | 201.43º | 0.98% | 0.62% | - |
| XYZ | 10.87 | 11.96 | 33.63 | - |
| YUV | 78.67 | 172.2 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 157 | 0.98 | 0.35 | 0 | 0.38 | 201.43 | 0.96 | 0.31 |
| Hex | 3 | 66 | 9D | 62 | 23 | 0 | 26 | C9 | 60 | 1F |
| Octal | 3 | 146 | 235 | 142 | 43 | 0 | 46 | 311 | 140 | 37 |
| Binary | 11 | 1100110 | 10011101 | 1100010 | 100011 | 0 | 100110 | 11001001 | 1100000 | 11111 |
Color Harmonies of #03669D
Complementary color
Monochromatic Colors of #03669D
Black with #03669D
Text Example
Text Example
White with #03669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03669D; }
p { color: rgb(3,102,157); }
H1.HeaderClassName
{
color: #03669D;
}
.AnyTagClassName
{
color: #03669D;
}
</style>
background-color css
<style>
a { background-color: #03669D; }
a { background-color: rgb(3,102,157); }
div.DivClassName
{
background-color: #03669D;
}
.BgClassName
{
background-color: #03669D;
}
</style>
border-color css
<style>
span { border-color: #03669D; }
span { border-color: rgb(3,102,157); }
td.TdClassName
{
border-color: #03669D;
}
.TagClassName
{
border-color: #03669D;
}
</style>