Shades of Cerulean #0367AB
Tints of Cerulean #0367AB
RGB
CMYK
RGB Variations
Color information
#0367AB (or 0x0367AB) is known color: Cerulean. HEX triplet: 03, 67 and AB. RGB value is (3,103,171). Sum of RGB (Red+Green+Blue) = 3+103+171=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0367AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0367AB is #FC9854. Grayscale: #505050. Windows color (decimal): -16554069 or 11233027. OLE color: 11233027.
HSL color Cylindrical-coordinate representation of color #0367AB: hue angle of 204.29º 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 #0367AB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 103 | 171 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.33 |
| HSL | 204.29º | 0.97% | 0.34% | - |
| HSV(B) | 204.29º | 0.98% | 0.67% | - |
| XYZ | 12.24 | 12.66 | 40.33 | - |
| YUV | 80.85 | 178.87 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 171 | 0.98 | 0.40 | 0 | 0.33 | 204.29 | 0.97 | 0.34 |
| Hex | 3 | 67 | AB | 62 | 28 | 0 | 21 | CC | 61 | 22 |
| Octal | 3 | 147 | 253 | 142 | 50 | 0 | 41 | 314 | 141 | 42 |
| Binary | 11 | 1100111 | 10101011 | 1100010 | 101000 | 0 | 100001 | 11001100 | 1100001 | 100010 |
Color Harmonies of #0367AB
Complementary color
Monochromatic Colors of #0367AB
Black with #0367AB
Text Example
Text Example
White with #0367AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367AB; }
p { color: rgb(3,103,171); }
H1.HeaderClassName
{
color: #0367AB;
}
.AnyTagClassName
{
color: #0367AB;
}
</style>
background-color css
<style>
a { background-color: #0367AB; }
a { background-color: rgb(3,103,171); }
div.DivClassName
{
background-color: #0367AB;
}
.BgClassName
{
background-color: #0367AB;
}
</style>
border-color css
<style>
span { border-color: #0367AB; }
span { border-color: rgb(3,103,171); }
td.TdClassName
{
border-color: #0367AB;
}
.TagClassName
{
border-color: #0367AB;
}
</style>