Shades of Cerulean Blue #3256BA
Tints of Cerulean Blue #3256BA
RGB
CMYK
RGB Variations
Color information
#3256BA (or 0x3256BA) is known color: Cerulean Blue. HEX triplet: 32, 56 and BA. RGB value is (50,86,186). Sum of RGB (Red+Green+Blue) = 50+86+186=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3256BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256BA is #CDA945. Grayscale: #565656. Windows color (decimal): -13478214 or 12211762. OLE color: 12211762.
HSL color Cylindrical-coordinate representation of color #3256BA: hue angle of 224.12º 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 #3256BA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 86 | 186 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.27 |
| HSL | 224.12º | 0.58% | 0.46% | - |
| HSV(B) | 224.12º | 0.73% | 0.73% | - |
| XYZ | 13.51 | 10.88 | 47.84 | - |
| YUV | 86.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 186 | 0.73 | 0.54 | 0 | 0.27 | 224.12 | 0.58 | 0.46 |
| Hex | 32 | 56 | BA | 49 | 36 | 0 | 1B | E0 | 3A | 2E |
| Octal | 62 | 126 | 272 | 111 | 66 | 0 | 33 | 340 | 72 | 56 |
| Binary | 110010 | 1010110 | 10111010 | 1001001 | 110110 | 0 | 11011 | 11100000 | 111010 | 101110 |
Color Harmonies of #3256BA
Complementary color
Monochromatic Colors of #3256BA
Black with #3256BA
Text Example
Text Example
White with #3256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256BA; }
p { color: rgb(50,86,186); }
H1.HeaderClassName
{
color: #3256BA;
}
.AnyTagClassName
{
color: #3256BA;
}
</style>
background-color css
<style>
a { background-color: #3256BA; }
a { background-color: rgb(50,86,186); }
div.DivClassName
{
background-color: #3256BA;
}
.BgClassName
{
background-color: #3256BA;
}
</style>
border-color css
<style>
span { border-color: #3256BA; }
span { border-color: rgb(50,86,186); }
td.TdClassName
{
border-color: #3256BA;
}
.TagClassName
{
border-color: #3256BA;
}
</style>