Shades of Cerulean Blue #3250AB
Tints of Cerulean Blue #3250AB
RGB
CMYK
RGB Variations
Color information
#3250AB (or 0x3250AB) is known color: Cerulean Blue. HEX triplet: 32, 50 and AB. RGB value is (50,80,171). Sum of RGB (Red+Green+Blue) = 50+80+171=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #3250AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250AB is #CDAF54. Grayscale: #515151. Windows color (decimal): -13479765 or 11227186. OLE color: 11227186.
HSL color Cylindrical-coordinate representation of color #3250AB: hue angle of 225.12º 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 #3250AB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 80 | 171 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.33 |
| HSL | 225.12º | 0.55% | 0.43% | - |
| HSV(B) | 225.12º | 0.71% | 0.67% | - |
| XYZ | 11.53 | 9.36 | 39.73 | - |
| YUV | 81.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 171 | 0.71 | 0.53 | 0 | 0.33 | 225.12 | 0.55 | 0.43 |
| Hex | 32 | 50 | AB | 47 | 35 | 0 | 21 | E1 | 37 | 2B |
| Octal | 62 | 120 | 253 | 107 | 65 | 0 | 41 | 341 | 67 | 53 |
| Binary | 110010 | 1010000 | 10101011 | 1000111 | 110101 | 0 | 100001 | 11100001 | 110111 | 101011 |
Color Harmonies of #3250AB
Complementary color
Monochromatic Colors of #3250AB
Black with #3250AB
Text Example
Text Example
White with #3250AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250AB; }
p { color: rgb(50,80,171); }
H1.HeaderClassName
{
color: #3250AB;
}
.AnyTagClassName
{
color: #3250AB;
}
</style>
background-color css
<style>
a { background-color: #3250AB; }
a { background-color: rgb(50,80,171); }
div.DivClassName
{
background-color: #3250AB;
}
.BgClassName
{
background-color: #3250AB;
}
</style>
border-color css
<style>
span { border-color: #3250AB; }
span { border-color: rgb(50,80,171); }
td.TdClassName
{
border-color: #3250AB;
}
.TagClassName
{
border-color: #3250AB;
}
</style>