Shades of Cerulean Blue #2A46AA
Tints of Cerulean Blue #2A46AA
RGB
CMYK
RGB Variations
Color information
#2A46AA (or 0x2A46AA) is known color: Cerulean Blue. HEX triplet: 2A, 46 and AA. RGB value is (42,70,170). Sum of RGB (Red+Green+Blue) = 42+70+170=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A46AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A46AA is #D5B955. Grayscale: #484848. Windows color (decimal): -14006614 or 11159082. OLE color: 11159082.
HSL color Cylindrical-coordinate representation of color #2A46AA: hue angle of 226.88º degrees, saturation: 0.6, 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 #2A46AA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 70 | 170 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.33 |
| HSL | 226.88º | 0.6% | 0.42% | - |
| HSV(B) | 226.88º | 0.75% | 0.67% | - |
| XYZ | 10.4 | 7.77 | 38.98 | - |
| YUV | 73.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 170 | 0.75 | 0.59 | 0 | 0.33 | 226.88 | 0.6 | 0.42 |
| Hex | 2A | 46 | AA | 4B | 3B | 0 | 21 | E3 | 3C | 2A |
| Octal | 52 | 106 | 252 | 113 | 73 | 0 | 41 | 343 | 74 | 52 |
| Binary | 101010 | 1000110 | 10101010 | 1001011 | 111011 | 0 | 100001 | 11100011 | 111100 | 101010 |
Color Harmonies of #2A46AA
Complementary color
Monochromatic Colors of #2A46AA
Black with #2A46AA
Text Example
Text Example
White with #2A46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A46AA; }
p { color: rgb(42,70,170); }
H1.HeaderClassName
{
color: #2A46AA;
}
.AnyTagClassName
{
color: #2A46AA;
}
</style>
background-color css
<style>
a { background-color: #2A46AA; }
a { background-color: rgb(42,70,170); }
div.DivClassName
{
background-color: #2A46AA;
}
.BgClassName
{
background-color: #2A46AA;
}
</style>
border-color css
<style>
span { border-color: #2A46AA; }
span { border-color: rgb(42,70,170); }
td.TdClassName
{
border-color: #2A46AA;
}
.TagClassName
{
border-color: #2A46AA;
}
</style>