Shades of Cerulean Blue #3249AB
Tints of Cerulean Blue #3249AB
RGB
CMYK
RGB Variations
Color information
#3249AB (or 0x3249AB) is known color: Cerulean Blue. HEX triplet: 32, 49 and AB. RGB value is (50,73,171). Sum of RGB (Red+Green+Blue) = 50+73+171=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #3249AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3249AB is #CDB654. Grayscale: #4C4C4C. Windows color (decimal): -13481557 or 11225394. OLE color: 11225394.
HSL color Cylindrical-coordinate representation of color #3249AB: hue angle of 228.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3249AB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 73 | 171 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.33 |
| HSL | 228.6º | 0.55% | 0.43% | - |
| HSV(B) | 228.6º | 0.71% | 0.67% | - |
| XYZ | 11.05 | 8.38 | 39.56 | - |
| YUV | 77.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 171 | 0.71 | 0.57 | 0 | 0.33 | 228.6 | 0.55 | 0.43 |
| Hex | 32 | 49 | AB | 47 | 39 | 0 | 21 | E5 | 37 | 2B |
| Octal | 62 | 111 | 253 | 107 | 71 | 0 | 41 | 345 | 67 | 53 |
| Binary | 110010 | 1001001 | 10101011 | 1000111 | 111001 | 0 | 100001 | 11100101 | 110111 | 101011 |
Color Harmonies of #3249AB
Complementary color
Monochromatic Colors of #3249AB
Black with #3249AB
Text Example
Text Example
White with #3249AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3249AB; }
p { color: rgb(50,73,171); }
H1.HeaderClassName
{
color: #3249AB;
}
.AnyTagClassName
{
color: #3249AB;
}
</style>
background-color css
<style>
a { background-color: #3249AB; }
a { background-color: rgb(50,73,171); }
div.DivClassName
{
background-color: #3249AB;
}
.BgClassName
{
background-color: #3249AB;
}
</style>
border-color css
<style>
span { border-color: #3249AB; }
span { border-color: rgb(50,73,171); }
td.TdClassName
{
border-color: #3249AB;
}
.TagClassName
{
border-color: #3249AB;
}
</style>