Shades of Cerulean Blue #3257C5
Tints of Cerulean Blue #3257C5
RGB
CMYK
RGB Variations
Color information
#3257C5 (or 0x3257C5) is known color: Cerulean Blue. HEX triplet: 32, 57 and C5. RGB value is (50,87,197). Sum of RGB (Red+Green+Blue) = 50+87+197=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #3257C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257C5 is #CDA83A. Grayscale: #585858. Windows color (decimal): -13477947 or 12932914. OLE color: 12932914.
HSL color Cylindrical-coordinate representation of color #3257C5: hue angle of 224.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3257C5 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 87 | 197 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.23 |
| HSL | 224.9º | 0.6% | 0.48% | - |
| HSV(B) | 224.9º | 0.75% | 0.77% | - |
| XYZ | 14.8 | 11.53 | 54.27 | - |
| YUV | 88.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 197 | 0.75 | 0.56 | 0 | 0.23 | 224.9 | 0.6 | 0.48 |
| Hex | 32 | 57 | C5 | 4B | 38 | 0 | 17 | E1 | 3C | 30 |
| Octal | 62 | 127 | 305 | 113 | 70 | 0 | 27 | 341 | 74 | 60 |
| Binary | 110010 | 1010111 | 11000101 | 1001011 | 111000 | 0 | 10111 | 11100001 | 111100 | 110000 |
Color Harmonies of #3257C5
Complementary color
Monochromatic Colors of #3257C5
Black with #3257C5
Text Example
Text Example
White with #3257C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257C5; }
p { color: rgb(50,87,197); }
H1.HeaderClassName
{
color: #3257C5;
}
.AnyTagClassName
{
color: #3257C5;
}
</style>
background-color css
<style>
a { background-color: #3257C5; }
a { background-color: rgb(50,87,197); }
div.DivClassName
{
background-color: #3257C5;
}
.BgClassName
{
background-color: #3257C5;
}
</style>
border-color css
<style>
span { border-color: #3257C5; }
span { border-color: rgb(50,87,197); }
td.TdClassName
{
border-color: #3257C5;
}
.TagClassName
{
border-color: #3257C5;
}
</style>