Shades of Cerulean Blue #2A4BAB
Tints of Cerulean Blue #2A4BAB
RGB
CMYK
RGB Variations
Color information
#2A4BAB (or 0x2A4BAB) is known color: Cerulean Blue. HEX triplet: 2A, 4B and AB. RGB value is (42,75,171). Sum of RGB (Red+Green+Blue) = 42+75+171=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4BAB is #D5B454. Grayscale: #4B4B4B. Windows color (decimal): -14005333 or 11225898. OLE color: 11225898.
HSL color Cylindrical-coordinate representation of color #2A4BAB: hue angle of 224.65º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A4BAB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 75 | 171 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.33 |
| HSL | 224.65º | 0.61% | 0.42% | - |
| HSV(B) | 224.65º | 0.75% | 0.67% | - |
| XYZ | 10.82 | 8.46 | 39.59 | - |
| YUV | 76.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 171 | 0.75 | 0.56 | 0 | 0.33 | 224.65 | 0.61 | 0.42 |
| Hex | 2A | 4B | AB | 4B | 38 | 0 | 21 | E1 | 3D | 2A |
| Octal | 52 | 113 | 253 | 113 | 70 | 0 | 41 | 341 | 75 | 52 |
| Binary | 101010 | 1001011 | 10101011 | 1001011 | 111000 | 0 | 100001 | 11100001 | 111101 | 101010 |
Color Harmonies of #2A4BAB
Complementary color
Monochromatic Colors of #2A4BAB
Black with #2A4BAB
Text Example
Text Example
White with #2A4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4BAB; }
p { color: rgb(42,75,171); }
H1.HeaderClassName
{
color: #2A4BAB;
}
.AnyTagClassName
{
color: #2A4BAB;
}
</style>
background-color css
<style>
a { background-color: #2A4BAB; }
a { background-color: rgb(42,75,171); }
div.DivClassName
{
background-color: #2A4BAB;
}
.BgClassName
{
background-color: #2A4BAB;
}
</style>
border-color css
<style>
span { border-color: #2A4BAB; }
span { border-color: rgb(42,75,171); }
td.TdClassName
{
border-color: #2A4BAB;
}
.TagClassName
{
border-color: #2A4BAB;
}
</style>