Shades of Cerulean #03698D
Tints of Cerulean #03698D
RGB
CMYK
RGB Variations
Color information
#03698D (or 0x03698D) is known color: Cerulean. HEX triplet: 03, 69 and 8D. RGB value is (3,105,141). Sum of RGB (Red+Green+Blue) = 3+105+141=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #03698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03698D is #FC9672. Grayscale: #4E4E4E. Windows color (decimal): -16553587 or 9267459. OLE color: 9267459.
HSL color Cylindrical-coordinate representation of color #03698D: hue angle of 195.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03698D is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 105 | 141 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.45 |
| HSL | 195.65º | 0.96% | 0.28% | - |
| HSV(B) | 195.65º | 0.98% | 0.55% | - |
| XYZ | 9.9 | 12.05 | 27 | - |
| YUV | 78.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 141 | 0.98 | 0.26 | 0 | 0.45 | 195.65 | 0.96 | 0.28 |
| Hex | 3 | 69 | 8D | 62 | 1A | 0 | 2D | C4 | 60 | 1C |
| Octal | 3 | 151 | 215 | 142 | 32 | 0 | 55 | 304 | 140 | 34 |
| Binary | 11 | 1101001 | 10001101 | 1100010 | 11010 | 0 | 101101 | 11000100 | 1100000 | 11100 |
Color Harmonies of #03698D
Complementary color
Monochromatic Colors of #03698D
Black with #03698D
Text Example
Text Example
White with #03698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03698D; }
p { color: rgb(3,105,141); }
H1.HeaderClassName
{
color: #03698D;
}
.AnyTagClassName
{
color: #03698D;
}
</style>
background-color css
<style>
a { background-color: #03698D; }
a { background-color: rgb(3,105,141); }
div.DivClassName
{
background-color: #03698D;
}
.BgClassName
{
background-color: #03698D;
}
</style>
border-color css
<style>
span { border-color: #03698D; }
span { border-color: rgb(3,105,141); }
td.TdClassName
{
border-color: #03698D;
}
.TagClassName
{
border-color: #03698D;
}
</style>