Shades of Cerulean #03689A
Tints of Cerulean #03689A
RGB
CMYK
RGB Variations
Color information
#03689A (or 0x03689A) is known color: Cerulean. HEX triplet: 03, 68 and 9A. RGB value is (3,104,154). Sum of RGB (Red+Green+Blue) = 3+104+154=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #03689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03689A is #FC9765. Grayscale: #4F4F4F. Windows color (decimal): -16553830 or 10119171. OLE color: 10119171.
HSL color Cylindrical-coordinate representation of color #03689A: hue angle of 199.87º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03689A is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 104 | 154 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.40 |
| HSL | 199.87º | 0.96% | 0.31% | - |
| HSV(B) | 199.87º | 0.98% | 0.6% | - |
| XYZ | 10.82 | 12.25 | 32.37 | - |
| YUV | 79.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 154 | 0.98 | 0.32 | 0 | 0.40 | 199.87 | 0.96 | 0.31 |
| Hex | 3 | 68 | 9A | 62 | 20 | 0 | 28 | C8 | 60 | 1F |
| Octal | 3 | 150 | 232 | 142 | 40 | 0 | 50 | 310 | 140 | 37 |
| Binary | 11 | 1101000 | 10011010 | 1100010 | 100000 | 0 | 101000 | 11001000 | 1100000 | 11111 |
Color Harmonies of #03689A
Complementary color
Monochromatic Colors of #03689A
Black with #03689A
Text Example
Text Example
White with #03689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03689A; }
p { color: rgb(3,104,154); }
H1.HeaderClassName
{
color: #03689A;
}
.AnyTagClassName
{
color: #03689A;
}
</style>
background-color css
<style>
a { background-color: #03689A; }
a { background-color: rgb(3,104,154); }
div.DivClassName
{
background-color: #03689A;
}
.BgClassName
{
background-color: #03689A;
}
</style>
border-color css
<style>
span { border-color: #03689A; }
span { border-color: rgb(3,104,154); }
td.TdClassName
{
border-color: #03689A;
}
.TagClassName
{
border-color: #03689A;
}
</style>