Shades of Cerulean #0368A0
Tints of Cerulean #0368A0
RGB
CMYK
RGB Variations
Color information
#0368A0 (or 0x0368A0) is known color: Cerulean. HEX triplet: 03, 68 and A0. RGB value is (3,104,160). Sum of RGB (Red+Green+Blue) = 3+104+160=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #0368A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0368A0 is #FC975F. Grayscale: #4F4F4F. Windows color (decimal): -16553824 or 10512387. OLE color: 10512387.
HSL color Cylindrical-coordinate representation of color #0368A0: hue angle of 201.4º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0368A0 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 104 | 160 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.37 |
| HSL | 201.4º | 0.96% | 0.32% | - |
| HSV(B) | 201.4º | 0.98% | 0.63% | - |
| XYZ | 11.33 | 12.46 | 35.07 | - |
| YUV | 80.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 160 | 0.98 | 0.35 | 0 | 0.37 | 201.4 | 0.96 | 0.32 |
| Hex | 3 | 68 | A0 | 62 | 23 | 0 | 25 | C9 | 60 | 20 |
| Octal | 3 | 150 | 240 | 142 | 43 | 0 | 45 | 311 | 140 | 40 |
| Binary | 11 | 1101000 | 10100000 | 1100010 | 100011 | 0 | 100101 | 11001001 | 1100000 | 100000 |
Color Harmonies of #0368A0
Complementary color
Monochromatic Colors of #0368A0
Black with #0368A0
Text Example
Text Example
White with #0368A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368A0; }
p { color: rgb(3,104,160); }
H1.HeaderClassName
{
color: #0368A0;
}
.AnyTagClassName
{
color: #0368A0;
}
</style>
background-color css
<style>
a { background-color: #0368A0; }
a { background-color: rgb(3,104,160); }
div.DivClassName
{
background-color: #0368A0;
}
.BgClassName
{
background-color: #0368A0;
}
</style>
border-color css
<style>
span { border-color: #0368A0; }
span { border-color: rgb(3,104,160); }
td.TdClassName
{
border-color: #0368A0;
}
.TagClassName
{
border-color: #0368A0;
}
</style>