Shades of Cerulean Blue #2A4BBE
Tints of Cerulean Blue #2A4BBE
RGB
CMYK
RGB Variations
Color information
#2A4BBE (or 0x2A4BBE) is known color: Cerulean Blue. HEX triplet: 2A, 4B and BE. RGB value is (42,75,190). Sum of RGB (Red+Green+Blue) = 42+75+190=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BBE is #D5B441. Grayscale: #4D4D4D. Windows color (decimal): -14005314 or 12471082. OLE color: 12471082.
HSL color Cylindrical-coordinate representation of color #2A4BBE: hue angle of 226.62º 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 #2A4BBE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 75 | 190 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.25 |
| HSL | 226.62º | 0.64% | 0.45% | - |
| HSV(B) | 226.62º | 0.78% | 0.75% | - |
| XYZ | 12.77 | 9.24 | 49.83 | - |
| YUV | 78.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 190 | 0.78 | 0.61 | 0 | 0.25 | 226.62 | 0.64 | 0.45 |
| Hex | 2A | 4B | BE | 4E | 3D | 0 | 19 | E3 | 40 | 2D |
| Octal | 52 | 113 | 276 | 116 | 75 | 0 | 31 | 343 | 100 | 55 |
| Binary | 101010 | 1001011 | 10111110 | 1001110 | 111101 | 0 | 11001 | 11100011 | 1000000 | 101101 |
Color Harmonies of #2A4BBE
Complementary color
Monochromatic Colors of #2A4BBE
Black with #2A4BBE
Text Example
Text Example
White with #2A4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4BBE; }
p { color: rgb(42,75,190); }
H1.HeaderClassName
{
color: #2A4BBE;
}
.AnyTagClassName
{
color: #2A4BBE;
}
</style>
background-color css
<style>
a { background-color: #2A4BBE; }
a { background-color: rgb(42,75,190); }
div.DivClassName
{
background-color: #2A4BBE;
}
.BgClassName
{
background-color: #2A4BBE;
}
</style>
border-color css
<style>
span { border-color: #2A4BBE; }
span { border-color: rgb(42,75,190); }
td.TdClassName
{
border-color: #2A4BBE;
}
.TagClassName
{
border-color: #2A4BBE;
}
</style>