Shades of Cerulean Blue #3A49AB
Tints of Cerulean Blue #3A49AB
RGB
CMYK
RGB Variations
Color information
#3A49AB (or 0x3A49AB) is known color: Cerulean Blue. HEX triplet: 3A, 49 and AB. RGB value is (58,73,171). Sum of RGB (Red+Green+Blue) = 58+73+171=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A49AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A49AB is #C5B654. Grayscale: #4F4F4F. Windows color (decimal): -12957269 or 11225402. OLE color: 11225402.
HSL color Cylindrical-coordinate representation of color #3A49AB: hue angle of 232.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A49AB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 73 | 171 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.33 |
| HSL | 232.04º | 0.49% | 0.45% | - |
| HSV(B) | 232.04º | 0.66% | 0.67% | - |
| XYZ | 11.48 | 8.6 | 39.58 | - |
| YUV | 79.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 171 | 0.66 | 0.57 | 0 | 0.33 | 232.04 | 0.49 | 0.45 |
| Hex | 3A | 49 | AB | 42 | 39 | 0 | 21 | E8 | 31 | 2D |
| Octal | 72 | 111 | 253 | 102 | 71 | 0 | 41 | 350 | 61 | 55 |
| Binary | 111010 | 1001001 | 10101011 | 1000010 | 111001 | 0 | 100001 | 11101000 | 110001 | 101101 |
Color Harmonies of #3A49AB
Complementary color
Monochromatic Colors of #3A49AB
Black with #3A49AB
Text Example
Text Example
White with #3A49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A49AB; }
p { color: rgb(58,73,171); }
H1.HeaderClassName
{
color: #3A49AB;
}
.AnyTagClassName
{
color: #3A49AB;
}
</style>
background-color css
<style>
a { background-color: #3A49AB; }
a { background-color: rgb(58,73,171); }
div.DivClassName
{
background-color: #3A49AB;
}
.BgClassName
{
background-color: #3A49AB;
}
</style>
border-color css
<style>
span { border-color: #3A49AB; }
span { border-color: rgb(58,73,171); }
td.TdClassName
{
border-color: #3A49AB;
}
.TagClassName
{
border-color: #3A49AB;
}
</style>