Shades of Cerulean Blue #2855A7
Tints of Cerulean Blue #2855A7
RGB
CMYK
RGB Variations
Color information
#2855A7 (or 0x2855A7) is known color: Cerulean Blue. HEX triplet: 28, 55 and A7. RGB value is (40,85,167). Sum of RGB (Red+Green+Blue) = 40+85+167=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #2855A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855A7 is #D7AA58. Grayscale: #505050. Windows color (decimal): -14133849 or 10966312. OLE color: 10966312.
HSL color Cylindrical-coordinate representation of color #2855A7: hue angle of 218.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2855A7 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 85 | 167 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.35 |
| HSL | 218.74º | 0.61% | 0.41% | - |
| HSV(B) | 218.74º | 0.76% | 0.65% | - |
| XYZ | 11.1 | 9.74 | 37.85 | - |
| YUV | 80.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 167 | 0.76 | 0.49 | 0 | 0.35 | 218.74 | 0.61 | 0.41 |
| Hex | 28 | 55 | A7 | 4C | 31 | 0 | 23 | DB | 3D | 29 |
| Octal | 50 | 125 | 247 | 114 | 61 | 0 | 43 | 333 | 75 | 51 |
| Binary | 101000 | 1010101 | 10100111 | 1001100 | 110001 | 0 | 100011 | 11011011 | 111101 | 101001 |
Color Harmonies of #2855A7
Complementary color
Monochromatic Colors of #2855A7
Black with #2855A7
Text Example
Text Example
White with #2855A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855A7; }
p { color: rgb(40,85,167); }
H1.HeaderClassName
{
color: #2855A7;
}
.AnyTagClassName
{
color: #2855A7;
}
</style>
background-color css
<style>
a { background-color: #2855A7; }
a { background-color: rgb(40,85,167); }
div.DivClassName
{
background-color: #2855A7;
}
.BgClassName
{
background-color: #2855A7;
}
</style>
border-color css
<style>
span { border-color: #2855A7; }
span { border-color: rgb(40,85,167); }
td.TdClassName
{
border-color: #2855A7;
}
.TagClassName
{
border-color: #2855A7;
}
</style>