Shades of Cerulean #0386AB
Tints of Cerulean #0386AB
RGB
CMYK
RGB Variations
Color information
#0386AB (or 0x0386AB) is known color: Cerulean. HEX triplet: 03, 86 and AB. RGB value is (3,134,171). Sum of RGB (Red+Green+Blue) = 3+134+171=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #0386AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0386AB is #FC7954. Grayscale: #626262. Windows color (decimal): -16546133 or 11240963. OLE color: 11240963.
HSL color Cylindrical-coordinate representation of color #0386AB: hue angle of 193.21º 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 #0386AB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 134 | 171 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.21º | 0.97% | 0.34% | - |
| HSV(B) | 193.21º | 0.98% | 0.67% | - |
| XYZ | 15.91 | 20.01 | 41.55 | - |
| YUV | 99.05 | 168.6 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 171 | 0.98 | 0.22 | 0 | 0.33 | 193.21 | 0.97 | 0.34 |
| Hex | 3 | 86 | AB | 62 | 16 | 0 | 21 | C1 | 61 | 22 |
| Octal | 3 | 206 | 253 | 142 | 26 | 0 | 41 | 301 | 141 | 42 |
| Binary | 11 | 10000110 | 10101011 | 1100010 | 10110 | 0 | 100001 | 11000001 | 1100001 | 100010 |
Color Harmonies of #0386AB
Complementary color
Monochromatic Colors of #0386AB
Black with #0386AB
Text Example
Text Example
White with #0386AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386AB; }
p { color: rgb(3,134,171); }
H1.HeaderClassName
{
color: #0386AB;
}
.AnyTagClassName
{
color: #0386AB;
}
</style>
background-color css
<style>
a { background-color: #0386AB; }
a { background-color: rgb(3,134,171); }
div.DivClassName
{
background-color: #0386AB;
}
.BgClassName
{
background-color: #0386AB;
}
</style>
border-color css
<style>
span { border-color: #0386AB; }
span { border-color: rgb(3,134,171); }
td.TdClassName
{
border-color: #0386AB;
}
.TagClassName
{
border-color: #0386AB;
}
</style>