Shades of Cerulean Blue #3256B9
Tints of Cerulean Blue #3256B9
RGB
CMYK
RGB Variations
Color information
#3256B9 (or 0x3256B9) is known color: Cerulean Blue. HEX triplet: 32, 56 and B9. RGB value is (50,86,185). Sum of RGB (Red+Green+Blue) = 50+86+185=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #3256B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256B9 is #CDA946. Grayscale: #565656. Windows color (decimal): -13478215 or 12146226. OLE color: 12146226.
HSL color Cylindrical-coordinate representation of color #3256B9: hue angle of 224º degrees, saturation: 0.57, 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 #3256B9 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 86 | 185 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.27 |
| HSL | 224º | 0.57% | 0.46% | - |
| HSV(B) | 224º | 0.73% | 0.73% | - |
| XYZ | 13.4 | 10.84 | 47.28 | - |
| YUV | 86.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 185 | 0.73 | 0.54 | 0 | 0.27 | 224 | 0.57 | 0.46 |
| Hex | 32 | 56 | B9 | 49 | 36 | 0 | 1B | E0 | 39 | 2E |
| Octal | 62 | 126 | 271 | 111 | 66 | 0 | 33 | 340 | 71 | 56 |
| Binary | 110010 | 1010110 | 10111001 | 1001001 | 110110 | 0 | 11011 | 11100000 | 111001 | 101110 |
Color Harmonies of #3256B9
Complementary color
Monochromatic Colors of #3256B9
Black with #3256B9
Text Example
Text Example
White with #3256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256B9; }
p { color: rgb(50,86,185); }
H1.HeaderClassName
{
color: #3256B9;
}
.AnyTagClassName
{
color: #3256B9;
}
</style>
background-color css
<style>
a { background-color: #3256B9; }
a { background-color: rgb(50,86,185); }
div.DivClassName
{
background-color: #3256B9;
}
.BgClassName
{
background-color: #3256B9;
}
</style>
border-color css
<style>
span { border-color: #3256B9; }
span { border-color: rgb(50,86,185); }
td.TdClassName
{
border-color: #3256B9;
}
.TagClassName
{
border-color: #3256B9;
}
</style>