Shades of Cerulean Blue #2A49BE
Tints of Cerulean Blue #2A49BE
RGB
CMYK
RGB Variations
Color information
#2A49BE (or 0x2A49BE) is known color: Cerulean Blue. HEX triplet: 2A, 49 and BE. RGB value is (42,73,190). Sum of RGB (Red+Green+Blue) = 42+73+190=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A49BE is #D5B641. Grayscale: #4C4C4C. Windows color (decimal): -14005826 or 12470570. OLE color: 12470570.
HSL color Cylindrical-coordinate representation of color #2A49BE: hue angle of 227.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A49BE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 73 | 190 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.25 |
| HSL | 227.43º | 0.64% | 0.45% | - |
| HSV(B) | 227.43º | 0.78% | 0.75% | - |
| XYZ | 12.63 | 8.98 | 49.78 | - |
| YUV | 77.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 190 | 0.78 | 0.62 | 0 | 0.25 | 227.43 | 0.64 | 0.45 |
| Hex | 2A | 49 | BE | 4E | 3E | 0 | 19 | E3 | 40 | 2D |
| Octal | 52 | 111 | 276 | 116 | 76 | 0 | 31 | 343 | 100 | 55 |
| Binary | 101010 | 1001001 | 10111110 | 1001110 | 111110 | 0 | 11001 | 11100011 | 1000000 | 101101 |
Color Harmonies of #2A49BE
Complementary color
Monochromatic Colors of #2A49BE
Black with #2A49BE
Text Example
Text Example
White with #2A49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A49BE; }
p { color: rgb(42,73,190); }
H1.HeaderClassName
{
color: #2A49BE;
}
.AnyTagClassName
{
color: #2A49BE;
}
</style>
background-color css
<style>
a { background-color: #2A49BE; }
a { background-color: rgb(42,73,190); }
div.DivClassName
{
background-color: #2A49BE;
}
.BgClassName
{
background-color: #2A49BE;
}
</style>
border-color css
<style>
span { border-color: #2A49BE; }
span { border-color: rgb(42,73,190); }
td.TdClassName
{
border-color: #2A49BE;
}
.TagClassName
{
border-color: #2A49BE;
}
</style>