Shades of Cerulean Blue #2A4BB1
Tints of Cerulean Blue #2A4BB1
RGB
CMYK
RGB Variations
Color information
#2A4BB1 (or 0x2A4BB1) is known color: Cerulean Blue. HEX triplet: 2A, 4B and B1. RGB value is (42,75,177). Sum of RGB (Red+Green+Blue) = 42+75+177=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #2A4BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4BB1 is #D5B44E. Grayscale: #4C4C4C. Windows color (decimal): -14005327 or 11619114. OLE color: 11619114.
HSL color Cylindrical-coordinate representation of color #2A4BB1: hue angle of 225.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A4BB1 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 75 | 177 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.31 |
| HSL | 225.33º | 0.62% | 0.43% | - |
| HSV(B) | 225.33º | 0.76% | 0.69% | - |
| XYZ | 11.41 | 8.7 | 42.67 | - |
| YUV | 76.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 177 | 0.76 | 0.58 | 0 | 0.31 | 225.33 | 0.62 | 0.43 |
| Hex | 2A | 4B | B1 | 4C | 3A | 0 | 1F | E1 | 3E | 2B |
| Octal | 52 | 113 | 261 | 114 | 72 | 0 | 37 | 341 | 76 | 53 |
| Binary | 101010 | 1001011 | 10110001 | 1001100 | 111010 | 0 | 11111 | 11100001 | 111110 | 101011 |
Color Harmonies of #2A4BB1
Complementary color
Monochromatic Colors of #2A4BB1
Black with #2A4BB1
Text Example
Text Example
White with #2A4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4BB1; }
p { color: rgb(42,75,177); }
H1.HeaderClassName
{
color: #2A4BB1;
}
.AnyTagClassName
{
color: #2A4BB1;
}
</style>
background-color css
<style>
a { background-color: #2A4BB1; }
a { background-color: rgb(42,75,177); }
div.DivClassName
{
background-color: #2A4BB1;
}
.BgClassName
{
background-color: #2A4BB1;
}
</style>
border-color css
<style>
span { border-color: #2A4BB1; }
span { border-color: rgb(42,75,177); }
td.TdClassName
{
border-color: #2A4BB1;
}
.TagClassName
{
border-color: #2A4BB1;
}
</style>