Shades of Cerulean Blue #3257CA
Tints of Cerulean Blue #3257CA
RGB
CMYK
RGB Variations
Color information
#3257CA (or 0x3257CA) is known color: Cerulean Blue. HEX triplet: 32, 57 and CA. RGB value is (50,87,202). Sum of RGB (Red+Green+Blue) = 50+87+202=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #3257CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257CA is #CDA835. Grayscale: #585858. Windows color (decimal): -13477942 or 13260594. OLE color: 13260594.
HSL color Cylindrical-coordinate representation of color #3257CA: hue angle of 225.39º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3257CA is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 87 | 202 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.21 |
| HSL | 225.39º | 0.6% | 0.49% | - |
| HSV(B) | 225.39º | 0.75% | 0.79% | - |
| XYZ | 15.38 | 11.76 | 57.34 | - |
| YUV | 89.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 202 | 0.75 | 0.57 | 0 | 0.21 | 225.39 | 0.6 | 0.49 |
| Hex | 32 | 57 | CA | 4B | 39 | 0 | 15 | E1 | 3C | 31 |
| Octal | 62 | 127 | 312 | 113 | 71 | 0 | 25 | 341 | 74 | 61 |
| Binary | 110010 | 1010111 | 11001010 | 1001011 | 111001 | 0 | 10101 | 11100001 | 111100 | 110001 |
Color Harmonies of #3257CA
Complementary color
Monochromatic Colors of #3257CA
Black with #3257CA
Text Example
Text Example
White with #3257CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257CA; }
p { color: rgb(50,87,202); }
H1.HeaderClassName
{
color: #3257CA;
}
.AnyTagClassName
{
color: #3257CA;
}
</style>
background-color css
<style>
a { background-color: #3257CA; }
a { background-color: rgb(50,87,202); }
div.DivClassName
{
background-color: #3257CA;
}
.BgClassName
{
background-color: #3257CA;
}
</style>
border-color css
<style>
span { border-color: #3257CA; }
span { border-color: rgb(50,87,202); }
td.TdClassName
{
border-color: #3257CA;
}
.TagClassName
{
border-color: #3257CA;
}
</style>