Shades of Cerulean Blue #3256CC
Tints of Cerulean Blue #3256CC
RGB
CMYK
RGB Variations
Color information
#3256CC (or 0x3256CC) is known color: Cerulean Blue. HEX triplet: 32, 56 and CC. RGB value is (50,86,204). Sum of RGB (Red+Green+Blue) = 50+86+204=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #3256CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256CC is #CDA933. Grayscale: #585858. Windows color (decimal): -13478196 or 13391410. OLE color: 13391410.
HSL color Cylindrical-coordinate representation of color #3256CC: hue angle of 225.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3256CC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 86 | 204 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.2 |
| HSL | 225.97º | 0.61% | 0.5% | - |
| HSV(B) | 225.97º | 0.75% | 0.8% | - |
| XYZ | 15.54 | 11.69 | 58.56 | - |
| YUV | 88.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 204 | 0.75 | 0.58 | 0 | 0.2 | 225.97 | 0.61 | 0.5 |
| Hex | 32 | 56 | CC | 4B | 3A | 0 | 14 | E2 | 3D | 32 |
| Octal | 62 | 126 | 314 | 113 | 72 | 0 | 24 | 342 | 75 | 62 |
| Binary | 110010 | 1010110 | 11001100 | 1001011 | 111010 | 0 | 10100 | 11100010 | 111101 | 110010 |
Color Harmonies of #3256CC
Complementary color
Monochromatic Colors of #3256CC
Black with #3256CC
Text Example
Text Example
White with #3256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256CC; }
p { color: rgb(50,86,204); }
H1.HeaderClassName
{
color: #3256CC;
}
.AnyTagClassName
{
color: #3256CC;
}
</style>
background-color css
<style>
a { background-color: #3256CC; }
a { background-color: rgb(50,86,204); }
div.DivClassName
{
background-color: #3256CC;
}
.BgClassName
{
background-color: #3256CC;
}
</style>
border-color css
<style>
span { border-color: #3256CC; }
span { border-color: rgb(50,86,204); }
td.TdClassName
{
border-color: #3256CC;
}
.TagClassName
{
border-color: #3256CC;
}
</style>