Shades of Cerulean Blue #2A46AB
Tints of Cerulean Blue #2A46AB
RGB
CMYK
RGB Variations
Color information
#2A46AB (or 0x2A46AB) is known color: Cerulean Blue. HEX triplet: 2A, 46 and AB. RGB value is (42,70,171). Sum of RGB (Red+Green+Blue) = 42+70+171=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A46AB is #D5B954. Grayscale: #484848. Windows color (decimal): -14006613 or 11224618. OLE color: 11224618.
HSL color Cylindrical-coordinate representation of color #2A46AB: hue angle of 226.98º 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 #2A46AB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 70 | 171 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.33 |
| HSL | 226.98º | 0.61% | 0.42% | - |
| HSV(B) | 226.98º | 0.75% | 0.67% | - |
| XYZ | 10.5 | 7.81 | 39.48 | - |
| YUV | 73.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 171 | 0.75 | 0.59 | 0 | 0.33 | 226.98 | 0.61 | 0.42 |
| Hex | 2A | 46 | AB | 4B | 3B | 0 | 21 | E3 | 3D | 2A |
| Octal | 52 | 106 | 253 | 113 | 73 | 0 | 41 | 343 | 75 | 52 |
| Binary | 101010 | 1000110 | 10101011 | 1001011 | 111011 | 0 | 100001 | 11100011 | 111101 | 101010 |
Color Harmonies of #2A46AB
Complementary color
Monochromatic Colors of #2A46AB
Black with #2A46AB
Text Example
Text Example
White with #2A46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A46AB; }
p { color: rgb(42,70,171); }
H1.HeaderClassName
{
color: #2A46AB;
}
.AnyTagClassName
{
color: #2A46AB;
}
</style>
background-color css
<style>
a { background-color: #2A46AB; }
a { background-color: rgb(42,70,171); }
div.DivClassName
{
background-color: #2A46AB;
}
.BgClassName
{
background-color: #2A46AB;
}
</style>
border-color css
<style>
span { border-color: #2A46AB; }
span { border-color: rgb(42,70,171); }
td.TdClassName
{
border-color: #2A46AB;
}
.TagClassName
{
border-color: #2A46AB;
}
</style>