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