Shades of Cerulean Blue #3250BA
Tints of Cerulean Blue #3250BA
RGB
CMYK
RGB Variations
Color information
#3250BA (or 0x3250BA) is known color: Cerulean Blue. HEX triplet: 32, 50 and BA. RGB value is (50,80,186). Sum of RGB (Red+Green+Blue) = 50+80+186=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #3250BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250BA is #CDAF45. Grayscale: #525252. Windows color (decimal): -13479750 or 12210226. OLE color: 12210226.
HSL color Cylindrical-coordinate representation of color #3250BA: hue angle of 226.76º 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 #3250BA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 80 | 186 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.27 |
| HSL | 226.76º | 0.58% | 0.46% | - |
| HSV(B) | 226.76º | 0.73% | 0.73% | - |
| XYZ | 13.05 | 9.96 | 47.69 | - |
| YUV | 83.11 | 186.06 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 186 | 0.73 | 0.57 | 0 | 0.27 | 226.76 | 0.58 | 0.46 |
| Hex | 32 | 50 | BA | 49 | 39 | 0 | 1B | E3 | 3A | 2E |
| Octal | 62 | 120 | 272 | 111 | 71 | 0 | 33 | 343 | 72 | 56 |
| Binary | 110010 | 1010000 | 10111010 | 1001001 | 111001 | 0 | 11011 | 11100011 | 111010 | 101110 |
Color Harmonies of #3250BA
Complementary color
Monochromatic Colors of #3250BA
Black with #3250BA
Text Example
Text Example
White with #3250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250BA; }
p { color: rgb(50,80,186); }
H1.HeaderClassName
{
color: #3250BA;
}
.AnyTagClassName
{
color: #3250BA;
}
</style>
background-color css
<style>
a { background-color: #3250BA; }
a { background-color: rgb(50,80,186); }
div.DivClassName
{
background-color: #3250BA;
}
.BgClassName
{
background-color: #3250BA;
}
</style>
border-color css
<style>
span { border-color: #3250BA; }
span { border-color: rgb(50,80,186); }
td.TdClassName
{
border-color: #3250BA;
}
.TagClassName
{
border-color: #3250BA;
}
</style>