Shades of Cerulean #0388AD
Tints of Cerulean #0388AD
RGB
CMYK
RGB Variations
Color information
#0388AD (or 0x0388AD) is known color: Cerulean. HEX triplet: 03, 88 and AD. RGB value is (3,136,173). Sum of RGB (Red+Green+Blue) = 3+136+173=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #0388AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0388AD is #FC7752. Grayscale: #646464. Windows color (decimal): -16545619 or 11372547. OLE color: 11372547.
HSL color Cylindrical-coordinate representation of color #0388AD: hue angle of 193.06º 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 #0388AD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 136 | 173 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.32 |
| HSL | 193.06º | 0.97% | 0.35% | - |
| HSV(B) | 193.06º | 0.98% | 0.68% | - |
| XYZ | 16.38 | 20.64 | 42.66 | - |
| YUV | 100.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 173 | 0.98 | 0.21 | 0 | 0.32 | 193.06 | 0.97 | 0.35 |
| Hex | 3 | 88 | AD | 62 | 15 | 0 | 20 | C1 | 61 | 23 |
| Octal | 3 | 210 | 255 | 142 | 25 | 0 | 40 | 301 | 141 | 43 |
| Binary | 11 | 10001000 | 10101101 | 1100010 | 10101 | 0 | 100000 | 11000001 | 1100001 | 100011 |
Color Harmonies of #0388AD
Complementary color
Monochromatic Colors of #0388AD
Black with #0388AD
Text Example
Text Example
White with #0388AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388AD; }
p { color: rgb(3,136,173); }
H1.HeaderClassName
{
color: #0388AD;
}
.AnyTagClassName
{
color: #0388AD;
}
</style>
background-color css
<style>
a { background-color: #0388AD; }
a { background-color: rgb(3,136,173); }
div.DivClassName
{
background-color: #0388AD;
}
.BgClassName
{
background-color: #0388AD;
}
</style>
border-color css
<style>
span { border-color: #0388AD; }
span { border-color: rgb(3,136,173); }
td.TdClassName
{
border-color: #0388AD;
}
.TagClassName
{
border-color: #0388AD;
}
</style>