Shades of Cerulean #0367AD
Tints of Cerulean #0367AD
RGB
CMYK
RGB Variations
Color information
#0367AD (or 0x0367AD) is known color: Cerulean. HEX triplet: 03, 67 and AD. RGB value is (3,103,173). Sum of RGB (Red+Green+Blue) = 3+103+173=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #0367AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0367AD is #FC9852. Grayscale: #505050. Windows color (decimal): -16554067 or 11364099. OLE color: 11364099.
HSL color Cylindrical-coordinate representation of color #0367AD: hue angle of 204.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367AD is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 103 | 173 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.32 |
| HSL | 204.71º | 0.97% | 0.35% | - |
| HSV(B) | 204.71º | 0.98% | 0.68% | - |
| XYZ | 12.43 | 12.74 | 41.34 | - |
| YUV | 81.08 | 179.87 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 173 | 0.98 | 0.40 | 0 | 0.32 | 204.71 | 0.97 | 0.35 |
| Hex | 3 | 67 | AD | 62 | 28 | 0 | 20 | CD | 61 | 23 |
| Octal | 3 | 147 | 255 | 142 | 50 | 0 | 40 | 315 | 141 | 43 |
| Binary | 11 | 1100111 | 10101101 | 1100010 | 101000 | 0 | 100000 | 11001101 | 1100001 | 100011 |
Color Harmonies of #0367AD
Complementary color
Monochromatic Colors of #0367AD
Black with #0367AD
Text Example
Text Example
White with #0367AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367AD; }
p { color: rgb(3,103,173); }
H1.HeaderClassName
{
color: #0367AD;
}
.AnyTagClassName
{
color: #0367AD;
}
</style>
background-color css
<style>
a { background-color: #0367AD; }
a { background-color: rgb(3,103,173); }
div.DivClassName
{
background-color: #0367AD;
}
.BgClassName
{
background-color: #0367AD;
}
</style>
border-color css
<style>
span { border-color: #0367AD; }
span { border-color: rgb(3,103,173); }
td.TdClassName
{
border-color: #0367AD;
}
.TagClassName
{
border-color: #0367AD;
}
</style>