Shades of Cerulean Blue #2850AB
Tints of Cerulean Blue #2850AB
RGB
CMYK
RGB Variations
Color information
#2850AB (or 0x2850AB) is known color: Cerulean Blue. HEX triplet: 28, 50 and AB. RGB value is (40,80,171). Sum of RGB (Red+Green+Blue) = 40+80+171=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2850AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2850AB is #D7AF54. Grayscale: #4E4E4E. Windows color (decimal): -14135125 or 11227176. OLE color: 11227176.
HSL color Cylindrical-coordinate representation of color #2850AB: hue angle of 221.68º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2850AB is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 80 | 171 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.33 |
| HSL | 221.68º | 0.62% | 0.41% | - |
| HSV(B) | 221.68º | 0.77% | 0.67% | - |
| XYZ | 11.09 | 9.13 | 39.71 | - |
| YUV | 78.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 171 | 0.77 | 0.53 | 0 | 0.33 | 221.68 | 0.62 | 0.41 |
| Hex | 28 | 50 | AB | 4D | 35 | 0 | 21 | DE | 3E | 29 |
| Octal | 50 | 120 | 253 | 115 | 65 | 0 | 41 | 336 | 76 | 51 |
| Binary | 101000 | 1010000 | 10101011 | 1001101 | 110101 | 0 | 100001 | 11011110 | 111110 | 101001 |
Color Harmonies of #2850AB
Complementary color
Monochromatic Colors of #2850AB
Black with #2850AB
Text Example
Text Example
White with #2850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850AB; }
p { color: rgb(40,80,171); }
H1.HeaderClassName
{
color: #2850AB;
}
.AnyTagClassName
{
color: #2850AB;
}
</style>
background-color css
<style>
a { background-color: #2850AB; }
a { background-color: rgb(40,80,171); }
div.DivClassName
{
background-color: #2850AB;
}
.BgClassName
{
background-color: #2850AB;
}
</style>
border-color css
<style>
span { border-color: #2850AB; }
span { border-color: rgb(40,80,171); }
td.TdClassName
{
border-color: #2850AB;
}
.TagClassName
{
border-color: #2850AB;
}
</style>