Shades of Cerulean #0385AB
Tints of Cerulean #0385AB
RGB
CMYK
RGB Variations
Color information
#0385AB (or 0x0385AB) is known color: Cerulean. HEX triplet: 03, 85 and AB. RGB value is (3,133,171). Sum of RGB (Red+Green+Blue) = 3+133+171=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0385AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0385AB is #FC7A54. Grayscale: #626262. Windows color (decimal): -16546389 or 11240707. OLE color: 11240707.
HSL color Cylindrical-coordinate representation of color #0385AB: hue angle of 193.57º 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 #0385AB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 133 | 171 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.57º | 0.97% | 0.34% | - |
| HSV(B) | 193.57º | 0.98% | 0.67% | - |
| XYZ | 15.78 | 19.73 | 41.51 | - |
| YUV | 98.46 | 168.93 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 171 | 0.98 | 0.22 | 0 | 0.33 | 193.57 | 0.97 | 0.34 |
| Hex | 3 | 85 | AB | 62 | 16 | 0 | 21 | C2 | 61 | 22 |
| Octal | 3 | 205 | 253 | 142 | 26 | 0 | 41 | 302 | 141 | 42 |
| Binary | 11 | 10000101 | 10101011 | 1100010 | 10110 | 0 | 100001 | 11000010 | 1100001 | 100010 |
Color Harmonies of #0385AB
Complementary color
Monochromatic Colors of #0385AB
Black with #0385AB
Text Example
Text Example
White with #0385AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385AB; }
p { color: rgb(3,133,171); }
H1.HeaderClassName
{
color: #0385AB;
}
.AnyTagClassName
{
color: #0385AB;
}
</style>
background-color css
<style>
a { background-color: #0385AB; }
a { background-color: rgb(3,133,171); }
div.DivClassName
{
background-color: #0385AB;
}
.BgClassName
{
background-color: #0385AB;
}
</style>
border-color css
<style>
span { border-color: #0385AB; }
span { border-color: rgb(3,133,171); }
td.TdClassName
{
border-color: #0385AB;
}
.TagClassName
{
border-color: #0385AB;
}
</style>