Shades of Cerulean Blue #3253AB
Tints of Cerulean Blue #3253AB
RGB
CMYK
RGB Variations
Color information
#3253AB (or 0x3253AB) is known color: Cerulean Blue. HEX triplet: 32, 53 and AB. RGB value is (50,83,171). Sum of RGB (Red+Green+Blue) = 50+83+171=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #3253AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3253AB is #CDAC54. Grayscale: #525252. Windows color (decimal): -13478997 or 11227954. OLE color: 11227954.
HSL color Cylindrical-coordinate representation of color #3253AB: hue angle of 223.64º 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 #3253AB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 83 | 171 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.33 |
| HSL | 223.64º | 0.55% | 0.43% | - |
| HSV(B) | 223.64º | 0.71% | 0.67% | - |
| XYZ | 11.76 | 9.8 | 39.8 | - |
| YUV | 83.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 171 | 0.71 | 0.51 | 0 | 0.33 | 223.64 | 0.55 | 0.43 |
| Hex | 32 | 53 | AB | 47 | 33 | 0 | 21 | E0 | 37 | 2B |
| Octal | 62 | 123 | 253 | 107 | 63 | 0 | 41 | 340 | 67 | 53 |
| Binary | 110010 | 1010011 | 10101011 | 1000111 | 110011 | 0 | 100001 | 11100000 | 110111 | 101011 |
Color Harmonies of #3253AB
Complementary color
Monochromatic Colors of #3253AB
Black with #3253AB
Text Example
Text Example
White with #3253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3253AB; }
p { color: rgb(50,83,171); }
H1.HeaderClassName
{
color: #3253AB;
}
.AnyTagClassName
{
color: #3253AB;
}
</style>
background-color css
<style>
a { background-color: #3253AB; }
a { background-color: rgb(50,83,171); }
div.DivClassName
{
background-color: #3253AB;
}
.BgClassName
{
background-color: #3253AB;
}
</style>
border-color css
<style>
span { border-color: #3253AB; }
span { border-color: rgb(50,83,171); }
td.TdClassName
{
border-color: #3253AB;
}
.TagClassName
{
border-color: #3253AB;
}
</style>