Shades of Cerulean Blue #2A4BBC
Tints of Cerulean Blue #2A4BBC
RGB
CMYK
RGB Variations
Color information
#2A4BBC (or 0x2A4BBC) is known color: Cerulean Blue. HEX triplet: 2A, 4B and BC. RGB value is (42,75,188). Sum of RGB (Red+Green+Blue) = 42+75+188=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BBC is #D5B443. Grayscale: #4D4D4D. Windows color (decimal): -14005316 or 12340010. OLE color: 12340010.
HSL color Cylindrical-coordinate representation of color #2A4BBC: hue angle of 226.44º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A4BBC is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 75 | 188 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.26 |
| HSL | 226.44º | 0.63% | 0.45% | - |
| HSV(B) | 226.44º | 0.78% | 0.74% | - |
| XYZ | 12.55 | 9.16 | 48.68 | - |
| YUV | 78.02 | 190.07 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 188 | 0.78 | 0.60 | 0 | 0.26 | 226.44 | 0.63 | 0.45 |
| Hex | 2A | 4B | BC | 4E | 3C | 0 | 1A | E2 | 3F | 2D |
| Octal | 52 | 113 | 274 | 116 | 74 | 0 | 32 | 342 | 77 | 55 |
| Binary | 101010 | 1001011 | 10111100 | 1001110 | 111100 | 0 | 11010 | 11100010 | 111111 | 101101 |
Color Harmonies of #2A4BBC
Complementary color
Monochromatic Colors of #2A4BBC
Black with #2A4BBC
Text Example
Text Example
White with #2A4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4BBC; }
p { color: rgb(42,75,188); }
H1.HeaderClassName
{
color: #2A4BBC;
}
.AnyTagClassName
{
color: #2A4BBC;
}
</style>
background-color css
<style>
a { background-color: #2A4BBC; }
a { background-color: rgb(42,75,188); }
div.DivClassName
{
background-color: #2A4BBC;
}
.BgClassName
{
background-color: #2A4BBC;
}
</style>
border-color css
<style>
span { border-color: #2A4BBC; }
span { border-color: rgb(42,75,188); }
td.TdClassName
{
border-color: #2A4BBC;
}
.TagClassName
{
border-color: #2A4BBC;
}
</style>