Shades of Cerulean #0380AA
Tints of Cerulean #0380AA
RGB
CMYK
RGB Variations
Color information
#0380AA (or 0x0380AA) is known color: Cerulean. HEX triplet: 03, 80 and AA. RGB value is (3,128,170). Sum of RGB (Red+Green+Blue) = 3+128+170=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #0380AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380AA is #FC7F55. Grayscale: #5F5F5F. Windows color (decimal): -16547670 or 11173891. OLE color: 11173891.
HSL color Cylindrical-coordinate representation of color #0380AA: hue angle of 195.09º 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 #0380AA is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 128 | 170 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.33 |
| HSL | 195.09º | 0.97% | 0.34% | - |
| HSV(B) | 195.09º | 0.98% | 0.67% | - |
| XYZ | 15.01 | 18.36 | 40.78 | - |
| YUV | 95.41 | 170.09 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 170 | 0.98 | 0.25 | 0 | 0.33 | 195.09 | 0.97 | 0.34 |
| Hex | 3 | 80 | AA | 62 | 19 | 0 | 21 | C3 | 61 | 22 |
| Octal | 3 | 200 | 252 | 142 | 31 | 0 | 41 | 303 | 141 | 42 |
| Binary | 11 | 10000000 | 10101010 | 1100010 | 11001 | 0 | 100001 | 11000011 | 1100001 | 100010 |
Color Harmonies of #0380AA
Complementary color
Monochromatic Colors of #0380AA
Black with #0380AA
Text Example
Text Example
White with #0380AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380AA; }
p { color: rgb(3,128,170); }
H1.HeaderClassName
{
color: #0380AA;
}
.AnyTagClassName
{
color: #0380AA;
}
</style>
background-color css
<style>
a { background-color: #0380AA; }
a { background-color: rgb(3,128,170); }
div.DivClassName
{
background-color: #0380AA;
}
.BgClassName
{
background-color: #0380AA;
}
</style>
border-color css
<style>
span { border-color: #0380AA; }
span { border-color: rgb(3,128,170); }
td.TdClassName
{
border-color: #0380AA;
}
.TagClassName
{
border-color: #0380AA;
}
</style>