Shades of Cerulean Blue #3257BD
Tints of Cerulean Blue #3257BD
RGB
CMYK
RGB Variations
Color information
#3257BD (or 0x3257BD) is known color: Cerulean Blue. HEX triplet: 32, 57 and BD. RGB value is (50,87,189). Sum of RGB (Red+Green+Blue) = 50+87+189=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3257BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257BD is #CDA842. Grayscale: #575757. Windows color (decimal): -13477955 or 12408626. OLE color: 12408626.
HSL color Cylindrical-coordinate representation of color #3257BD: hue angle of 224.03º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3257BD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 87 | 189 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.26 |
| HSL | 224.03º | 0.58% | 0.47% | - |
| HSV(B) | 224.03º | 0.74% | 0.74% | - |
| XYZ | 13.91 | 11.17 | 49.57 | - |
| YUV | 87.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 189 | 0.74 | 0.54 | 0 | 0.26 | 224.03 | 0.58 | 0.47 |
| Hex | 32 | 57 | BD | 4A | 36 | 0 | 1A | E0 | 3A | 2F |
| Octal | 62 | 127 | 275 | 112 | 66 | 0 | 32 | 340 | 72 | 57 |
| Binary | 110010 | 1010111 | 10111101 | 1001010 | 110110 | 0 | 11010 | 11100000 | 111010 | 101111 |
Color Harmonies of #3257BD
Complementary color
Monochromatic Colors of #3257BD
Black with #3257BD
Text Example
Text Example
White with #3257BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257BD; }
p { color: rgb(50,87,189); }
H1.HeaderClassName
{
color: #3257BD;
}
.AnyTagClassName
{
color: #3257BD;
}
</style>
background-color css
<style>
a { background-color: #3257BD; }
a { background-color: rgb(50,87,189); }
div.DivClassName
{
background-color: #3257BD;
}
.BgClassName
{
background-color: #3257BD;
}
</style>
border-color css
<style>
span { border-color: #3257BD; }
span { border-color: rgb(50,87,189); }
td.TdClassName
{
border-color: #3257BD;
}
.TagClassName
{
border-color: #3257BD;
}
</style>