Shades of Cerulean Blue #3256BD
Tints of Cerulean Blue #3256BD
RGB
CMYK
RGB Variations
Color information
#3256BD (or 0x3256BD) is known color: Cerulean Blue. HEX triplet: 32, 56 and BD. RGB value is (50,86,189). Sum of RGB (Red+Green+Blue) = 50+86+189=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3256BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256BD is #CDA942. Grayscale: #565656. Windows color (decimal): -13478211 or 12408370. OLE color: 12408370.
HSL color Cylindrical-coordinate representation of color #3256BD: hue angle of 224.46º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3256BD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 86 | 189 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.26 |
| HSL | 224.46º | 0.58% | 0.47% | - |
| HSV(B) | 224.46º | 0.74% | 0.74% | - |
| XYZ | 13.83 | 11.01 | 49.54 | - |
| YUV | 86.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 189 | 0.74 | 0.54 | 0 | 0.26 | 224.46 | 0.58 | 0.47 |
| Hex | 32 | 56 | BD | 4A | 36 | 0 | 1A | E0 | 3A | 2F |
| Octal | 62 | 126 | 275 | 112 | 66 | 0 | 32 | 340 | 72 | 57 |
| Binary | 110010 | 1010110 | 10111101 | 1001010 | 110110 | 0 | 11010 | 11100000 | 111010 | 101111 |
Color Harmonies of #3256BD
Complementary color
Monochromatic Colors of #3256BD
Black with #3256BD
Text Example
Text Example
White with #3256BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256BD; }
p { color: rgb(50,86,189); }
H1.HeaderClassName
{
color: #3256BD;
}
.AnyTagClassName
{
color: #3256BD;
}
</style>
background-color css
<style>
a { background-color: #3256BD; }
a { background-color: rgb(50,86,189); }
div.DivClassName
{
background-color: #3256BD;
}
.BgClassName
{
background-color: #3256BD;
}
</style>
border-color css
<style>
span { border-color: #3256BD; }
span { border-color: rgb(50,86,189); }
td.TdClassName
{
border-color: #3256BD;
}
.TagClassName
{
border-color: #3256BD;
}
</style>