Shades of Cerulean #0385AA
Tints of Cerulean #0385AA
RGB
CMYK
RGB Variations
Color information
#0385AA (or 0x0385AA) is known color: Cerulean. HEX triplet: 03, 85 and AA. RGB value is (3,133,170). Sum of RGB (Red+Green+Blue) = 3+133+170=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #0385AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0385AA is #FC7A55. Grayscale: #626262. Windows color (decimal): -16546390 or 11175171. OLE color: 11175171.
HSL color Cylindrical-coordinate representation of color #0385AA: hue angle of 193.29º 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 #0385AA is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 133 | 170 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.29º | 0.97% | 0.34% | - |
| HSV(B) | 193.29º | 0.98% | 0.67% | - |
| XYZ | 15.68 | 19.7 | 41.01 | - |
| YUV | 98.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 170 | 0.98 | 0.22 | 0 | 0.33 | 193.29 | 0.97 | 0.34 |
| Hex | 3 | 85 | AA | 62 | 16 | 0 | 21 | C1 | 61 | 22 |
| Octal | 3 | 205 | 252 | 142 | 26 | 0 | 41 | 301 | 141 | 42 |
| Binary | 11 | 10000101 | 10101010 | 1100010 | 10110 | 0 | 100001 | 11000001 | 1100001 | 100010 |
Color Harmonies of #0385AA
Complementary color
Monochromatic Colors of #0385AA
Black with #0385AA
Text Example
Text Example
White with #0385AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385AA; }
p { color: rgb(3,133,170); }
H1.HeaderClassName
{
color: #0385AA;
}
.AnyTagClassName
{
color: #0385AA;
}
</style>
background-color css
<style>
a { background-color: #0385AA; }
a { background-color: rgb(3,133,170); }
div.DivClassName
{
background-color: #0385AA;
}
.BgClassName
{
background-color: #0385AA;
}
</style>
border-color css
<style>
span { border-color: #0385AA; }
span { border-color: rgb(3,133,170); }
td.TdClassName
{
border-color: #0385AA;
}
.TagClassName
{
border-color: #0385AA;
}
</style>