Shades of Cerulean Blue #3257CC
Tints of Cerulean Blue #3257CC
RGB
CMYK
RGB Variations
Color information
#3257CC (or 0x3257CC) is known color: Cerulean Blue. HEX triplet: 32, 57 and CC. RGB value is (50,87,204). Sum of RGB (Red+Green+Blue) = 50+87+204=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #3257CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257CC is #CDA833. Grayscale: #585858. Windows color (decimal): -13477940 or 13391666. OLE color: 13391666.
HSL color Cylindrical-coordinate representation of color #3257CC: hue angle of 225.58º 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 #3257CC is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 87 | 204 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.2 |
| HSL | 225.58º | 0.61% | 0.5% | - |
| HSV(B) | 225.58º | 0.75% | 0.8% | - |
| XYZ | 15.62 | 11.85 | 58.59 | - |
| YUV | 89.28 | 192.74 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 204 | 0.75 | 0.57 | 0 | 0.2 | 225.58 | 0.61 | 0.5 |
| Hex | 32 | 57 | CC | 4B | 39 | 0 | 14 | E2 | 3D | 32 |
| Octal | 62 | 127 | 314 | 113 | 71 | 0 | 24 | 342 | 75 | 62 |
| Binary | 110010 | 1010111 | 11001100 | 1001011 | 111001 | 0 | 10100 | 11100010 | 111101 | 110010 |
Color Harmonies of #3257CC
Complementary color
Monochromatic Colors of #3257CC
Black with #3257CC
Text Example
Text Example
White with #3257CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257CC; }
p { color: rgb(50,87,204); }
H1.HeaderClassName
{
color: #3257CC;
}
.AnyTagClassName
{
color: #3257CC;
}
</style>
background-color css
<style>
a { background-color: #3257CC; }
a { background-color: rgb(50,87,204); }
div.DivClassName
{
background-color: #3257CC;
}
.BgClassName
{
background-color: #3257CC;
}
</style>
border-color css
<style>
span { border-color: #3257CC; }
span { border-color: rgb(50,87,204); }
td.TdClassName
{
border-color: #3257CC;
}
.TagClassName
{
border-color: #3257CC;
}
</style>