Shades of Cerulean Blue #2A55AB
Tints of Cerulean Blue #2A55AB
RGB
CMYK
RGB Variations
Color information
#2A55AB (or 0x2A55AB) is known color: Cerulean Blue. HEX triplet: 2A, 55 and AB. RGB value is (42,85,171). Sum of RGB (Red+Green+Blue) = 42+85+171=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A55AB is #D5AA54. Grayscale: #515151. Windows color (decimal): -14002773 or 11228458. OLE color: 11228458.
HSL color Cylindrical-coordinate representation of color #2A55AB: hue angle of 220º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A55AB is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 85 | 171 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.33 |
| HSL | 220º | 0.61% | 0.42% | - |
| HSV(B) | 220º | 0.75% | 0.67% | - |
| XYZ | 11.55 | 9.93 | 39.84 | - |
| YUV | 81.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 171 | 0.75 | 0.50 | 0 | 0.33 | 220 | 0.61 | 0.42 |
| Hex | 2A | 55 | AB | 4B | 32 | 0 | 21 | DC | 3D | 2A |
| Octal | 52 | 125 | 253 | 113 | 62 | 0 | 41 | 334 | 75 | 52 |
| Binary | 101010 | 1010101 | 10101011 | 1001011 | 110010 | 0 | 100001 | 11011100 | 111101 | 101010 |
Color Harmonies of #2A55AB
Complementary color
Monochromatic Colors of #2A55AB
Black with #2A55AB
Text Example
Text Example
White with #2A55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A55AB; }
p { color: rgb(42,85,171); }
H1.HeaderClassName
{
color: #2A55AB;
}
.AnyTagClassName
{
color: #2A55AB;
}
</style>
background-color css
<style>
a { background-color: #2A55AB; }
a { background-color: rgb(42,85,171); }
div.DivClassName
{
background-color: #2A55AB;
}
.BgClassName
{
background-color: #2A55AB;
}
</style>
border-color css
<style>
span { border-color: #2A55AB; }
span { border-color: rgb(42,85,171); }
td.TdClassName
{
border-color: #2A55AB;
}
.TagClassName
{
border-color: #2A55AB;
}
</style>