Shades of Cerulean #0369AC
Tints of Cerulean #0369AC
RGB
CMYK
RGB Variations
Color information
#0369AC (or 0x0369AC) is known color: Cerulean. HEX triplet: 03, 69 and AC. RGB value is (3,105,172). Sum of RGB (Red+Green+Blue) = 3+105+172=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #0369AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0369AC is #FC9653. Grayscale: #515151. Windows color (decimal): -16553556 or 11299075. OLE color: 11299075.
HSL color Cylindrical-coordinate representation of color #0369AC: hue angle of 203.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0369AC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 105 | 172 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.33 |
| HSL | 203.79º | 0.97% | 0.34% | - |
| HSV(B) | 203.79º | 0.98% | 0.67% | - |
| XYZ | 12.54 | 13.1 | 40.9 | - |
| YUV | 82.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 172 | 0.98 | 0.39 | 0 | 0.33 | 203.79 | 0.97 | 0.34 |
| Hex | 3 | 69 | AC | 62 | 27 | 0 | 21 | CC | 61 | 22 |
| Octal | 3 | 151 | 254 | 142 | 47 | 0 | 41 | 314 | 141 | 42 |
| Binary | 11 | 1101001 | 10101100 | 1100010 | 100111 | 0 | 100001 | 11001100 | 1100001 | 100010 |
Color Harmonies of #0369AC
Complementary color
Monochromatic Colors of #0369AC
Black with #0369AC
Text Example
Text Example
White with #0369AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369AC; }
p { color: rgb(3,105,172); }
H1.HeaderClassName
{
color: #0369AC;
}
.AnyTagClassName
{
color: #0369AC;
}
</style>
background-color css
<style>
a { background-color: #0369AC; }
a { background-color: rgb(3,105,172); }
div.DivClassName
{
background-color: #0369AC;
}
.BgClassName
{
background-color: #0369AC;
}
</style>
border-color css
<style>
span { border-color: #0369AC; }
span { border-color: rgb(3,105,172); }
td.TdClassName
{
border-color: #0369AC;
}
.TagClassName
{
border-color: #0369AC;
}
</style>