Shades of Cerulean #0380A2
Tints of Cerulean #0380A2
RGB
CMYK
RGB Variations
Color information
#0380A2 (or 0x0380A2) is known color: Cerulean. HEX triplet: 03, 80 and A2. RGB value is (3,128,162). Sum of RGB (Red+Green+Blue) = 3+128+162=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #0380A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380A2 is #FC7F5D. Grayscale: #5E5E5E. Windows color (decimal): -16547678 or 10649603. OLE color: 10649603.
HSL color Cylindrical-coordinate representation of color #0380A2: hue angle of 192.83º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0380A2 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 128 | 162 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.36 |
| HSL | 192.83º | 0.96% | 0.32% | - |
| HSV(B) | 192.83º | 0.98% | 0.64% | - |
| XYZ | 14.28 | 18.07 | 36.92 | - |
| YUV | 94.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 162 | 0.98 | 0.21 | 0 | 0.36 | 192.83 | 0.96 | 0.32 |
| Hex | 3 | 80 | A2 | 62 | 15 | 0 | 24 | C1 | 60 | 20 |
| Octal | 3 | 200 | 242 | 142 | 25 | 0 | 44 | 301 | 140 | 40 |
| Binary | 11 | 10000000 | 10100010 | 1100010 | 10101 | 0 | 100100 | 11000001 | 1100000 | 100000 |
Color Harmonies of #0380A2
Complementary color
Monochromatic Colors of #0380A2
Black with #0380A2
Text Example
Text Example
White with #0380A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380A2; }
p { color: rgb(3,128,162); }
H1.HeaderClassName
{
color: #0380A2;
}
.AnyTagClassName
{
color: #0380A2;
}
</style>
background-color css
<style>
a { background-color: #0380A2; }
a { background-color: rgb(3,128,162); }
div.DivClassName
{
background-color: #0380A2;
}
.BgClassName
{
background-color: #0380A2;
}
</style>
border-color css
<style>
span { border-color: #0380A2; }
span { border-color: rgb(3,128,162); }
td.TdClassName
{
border-color: #0380A2;
}
.TagClassName
{
border-color: #0380A2;
}
</style>