Shades of Cerulean Blue #2A48BE
Tints of Cerulean Blue #2A48BE
RGB
CMYK
RGB Variations
Color information
#2A48BE (or 0x2A48BE) is known color: Cerulean Blue. HEX triplet: 2A, 48 and BE. RGB value is (42,72,190). Sum of RGB (Red+Green+Blue) = 42+72+190=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A48BE is #D5B741. Grayscale: #4B4B4B. Windows color (decimal): -14006082 or 12470314. OLE color: 12470314.
HSL color Cylindrical-coordinate representation of color #2A48BE: hue angle of 227.84º 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 #2A48BE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 72 | 190 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.25 |
| HSL | 227.84º | 0.64% | 0.45% | - |
| HSV(B) | 227.84º | 0.78% | 0.75% | - |
| XYZ | 12.57 | 8.84 | 49.76 | - |
| YUV | 76.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 190 | 0.78 | 0.62 | 0 | 0.25 | 227.84 | 0.64 | 0.45 |
| Hex | 2A | 48 | BE | 4E | 3E | 0 | 19 | E4 | 40 | 2D |
| Octal | 52 | 110 | 276 | 116 | 76 | 0 | 31 | 344 | 100 | 55 |
| Binary | 101010 | 1001000 | 10111110 | 1001110 | 111110 | 0 | 11001 | 11100100 | 1000000 | 101101 |
Color Harmonies of #2A48BE
Complementary color
Monochromatic Colors of #2A48BE
Black with #2A48BE
Text Example
Text Example
White with #2A48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A48BE; }
p { color: rgb(42,72,190); }
H1.HeaderClassName
{
color: #2A48BE;
}
.AnyTagClassName
{
color: #2A48BE;
}
</style>
background-color css
<style>
a { background-color: #2A48BE; }
a { background-color: rgb(42,72,190); }
div.DivClassName
{
background-color: #2A48BE;
}
.BgClassName
{
background-color: #2A48BE;
}
</style>
border-color css
<style>
span { border-color: #2A48BE; }
span { border-color: rgb(42,72,190); }
td.TdClassName
{
border-color: #2A48BE;
}
.TagClassName
{
border-color: #2A48BE;
}
</style>