Shades of Cerulean Blue #3257BA
Tints of Cerulean Blue #3257BA
RGB
CMYK
RGB Variations
Color information
#3257BA (or 0x3257BA) is known color: Cerulean Blue. HEX triplet: 32, 57 and BA. RGB value is (50,87,186). Sum of RGB (Red+Green+Blue) = 50+87+186=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3257BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257BA is #CDA845. Grayscale: #565656. Windows color (decimal): -13477958 or 12212018. OLE color: 12212018.
HSL color Cylindrical-coordinate representation of color #3257BA: hue angle of 223.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3257BA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 87 | 186 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.27 |
| HSL | 223.68º | 0.58% | 0.46% | - |
| HSV(B) | 223.68º | 0.73% | 0.73% | - |
| XYZ | 13.59 | 11.04 | 47.87 | - |
| YUV | 87.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 186 | 0.73 | 0.53 | 0 | 0.27 | 223.68 | 0.58 | 0.46 |
| Hex | 32 | 57 | BA | 49 | 35 | 0 | 1B | E0 | 3A | 2E |
| Octal | 62 | 127 | 272 | 111 | 65 | 0 | 33 | 340 | 72 | 56 |
| Binary | 110010 | 1010111 | 10111010 | 1001001 | 110101 | 0 | 11011 | 11100000 | 111010 | 101110 |
Color Harmonies of #3257BA
Complementary color
Monochromatic Colors of #3257BA
Black with #3257BA
Text Example
Text Example
White with #3257BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257BA; }
p { color: rgb(50,87,186); }
H1.HeaderClassName
{
color: #3257BA;
}
.AnyTagClassName
{
color: #3257BA;
}
</style>
background-color css
<style>
a { background-color: #3257BA; }
a { background-color: rgb(50,87,186); }
div.DivClassName
{
background-color: #3257BA;
}
.BgClassName
{
background-color: #3257BA;
}
</style>
border-color css
<style>
span { border-color: #3257BA; }
span { border-color: rgb(50,87,186); }
td.TdClassName
{
border-color: #3257BA;
}
.TagClassName
{
border-color: #3257BA;
}
</style>