Shades of Cerulean Blue #3250BB
Tints of Cerulean Blue #3250BB
RGB
CMYK
RGB Variations
Color information
#3250BB (or 0x3250BB) is known color: Cerulean Blue. HEX triplet: 32, 50 and BB. RGB value is (50,80,187). Sum of RGB (Red+Green+Blue) = 50+80+187=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #3250BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250BB is #CDAF44. Grayscale: #525252. Windows color (decimal): -13479749 or 12275762. OLE color: 12275762.
HSL color Cylindrical-coordinate representation of color #3250BB: hue angle of 226.86º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3250BB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 80 | 187 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.27 |
| HSL | 226.86º | 0.58% | 0.46% | - |
| HSV(B) | 226.86º | 0.73% | 0.73% | - |
| XYZ | 13.15 | 10 | 48.25 | - |
| YUV | 83.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 187 | 0.73 | 0.57 | 0 | 0.27 | 226.86 | 0.58 | 0.46 |
| Hex | 32 | 50 | BB | 49 | 39 | 0 | 1B | E3 | 3A | 2E |
| Octal | 62 | 120 | 273 | 111 | 71 | 0 | 33 | 343 | 72 | 56 |
| Binary | 110010 | 1010000 | 10111011 | 1001001 | 111001 | 0 | 11011 | 11100011 | 111010 | 101110 |
Color Harmonies of #3250BB
Complementary color
Monochromatic Colors of #3250BB
Black with #3250BB
Text Example
Text Example
White with #3250BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250BB; }
p { color: rgb(50,80,187); }
H1.HeaderClassName
{
color: #3250BB;
}
.AnyTagClassName
{
color: #3250BB;
}
</style>
background-color css
<style>
a { background-color: #3250BB; }
a { background-color: rgb(50,80,187); }
div.DivClassName
{
background-color: #3250BB;
}
.BgClassName
{
background-color: #3250BB;
}
</style>
border-color css
<style>
span { border-color: #3250BB; }
span { border-color: rgb(50,80,187); }
td.TdClassName
{
border-color: #3250BB;
}
.TagClassName
{
border-color: #3250BB;
}
</style>