Shades of Cerulean #03689D
Tints of Cerulean #03689D
RGB
CMYK
RGB Variations
Color information
#03689D (or 0x03689D) is known color: Cerulean. HEX triplet: 03, 68 and 9D. RGB value is (3,104,157). Sum of RGB (Red+Green+Blue) = 3+104+157=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #03689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03689D is #FC9762. Grayscale: #4F4F4F. Windows color (decimal): -16553827 or 10315779. OLE color: 10315779.
HSL color Cylindrical-coordinate representation of color #03689D: hue angle of 200.65º 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 #03689D is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 104 | 157 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.38 |
| HSL | 200.65º | 0.96% | 0.31% | - |
| HSV(B) | 200.65º | 0.98% | 0.62% | - |
| XYZ | 11.07 | 12.35 | 33.7 | - |
| YUV | 79.84 | 171.54 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 157 | 0.98 | 0.34 | 0 | 0.38 | 200.65 | 0.96 | 0.31 |
| Hex | 3 | 68 | 9D | 62 | 22 | 0 | 26 | C9 | 60 | 1F |
| Octal | 3 | 150 | 235 | 142 | 42 | 0 | 46 | 311 | 140 | 37 |
| Binary | 11 | 1101000 | 10011101 | 1100010 | 100010 | 0 | 100110 | 11001001 | 1100000 | 11111 |
Color Harmonies of #03689D
Complementary color
Monochromatic Colors of #03689D
Black with #03689D
Text Example
Text Example
White with #03689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03689D; }
p { color: rgb(3,104,157); }
H1.HeaderClassName
{
color: #03689D;
}
.AnyTagClassName
{
color: #03689D;
}
</style>
background-color css
<style>
a { background-color: #03689D; }
a { background-color: rgb(3,104,157); }
div.DivClassName
{
background-color: #03689D;
}
.BgClassName
{
background-color: #03689D;
}
</style>
border-color css
<style>
span { border-color: #03689D; }
span { border-color: rgb(3,104,157); }
td.TdClassName
{
border-color: #03689D;
}
.TagClassName
{
border-color: #03689D;
}
</style>