Shades of Cerulean Blue #3257CB
Tints of Cerulean Blue #3257CB
RGB
CMYK
RGB Variations
Color information
#3257CB (or 0x3257CB) is known color: Cerulean Blue. HEX triplet: 32, 57 and CB. RGB value is (50,87,203). Sum of RGB (Red+Green+Blue) = 50+87+203=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #3257CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257CB is #CDA834. Grayscale: #585858. Windows color (decimal): -13477941 or 13326130. OLE color: 13326130.
HSL color Cylindrical-coordinate representation of color #3257CB: hue angle of 225.49º degrees, saturation: 0.6, 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 #3257CB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 87 | 203 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.20 |
| HSL | 225.49º | 0.6% | 0.5% | - |
| HSV(B) | 225.49º | 0.75% | 0.8% | - |
| XYZ | 15.5 | 11.81 | 57.96 | - |
| YUV | 89.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 203 | 0.75 | 0.57 | 0 | 0.20 | 225.49 | 0.6 | 0.5 |
| Hex | 32 | 57 | CB | 4B | 39 | 0 | 14 | E1 | 3C | 32 |
| Octal | 62 | 127 | 313 | 113 | 71 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110010 | 1010111 | 11001011 | 1001011 | 111001 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #3257CB
Complementary color
Monochromatic Colors of #3257CB
Black with #3257CB
Text Example
Text Example
White with #3257CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257CB; }
p { color: rgb(50,87,203); }
H1.HeaderClassName
{
color: #3257CB;
}
.AnyTagClassName
{
color: #3257CB;
}
</style>
background-color css
<style>
a { background-color: #3257CB; }
a { background-color: rgb(50,87,203); }
div.DivClassName
{
background-color: #3257CB;
}
.BgClassName
{
background-color: #3257CB;
}
</style>
border-color css
<style>
span { border-color: #3257CB; }
span { border-color: rgb(50,87,203); }
td.TdClassName
{
border-color: #3257CB;
}
.TagClassName
{
border-color: #3257CB;
}
</style>