Shades of Cerulean Blue #3259CE
Tints of Cerulean Blue #3259CE
RGB
CMYK
RGB Variations
Color information
#3259CE (or 0x3259CE) is known color: Cerulean Blue. HEX triplet: 32, 59 and CE. RGB value is (50,89,206). Sum of RGB (Red+Green+Blue) = 50+89+206=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #3259CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259CE is #CDA631. Grayscale: #5A5A5A. Windows color (decimal): -13477426 or 13523250. OLE color: 13523250.
HSL color Cylindrical-coordinate representation of color #3259CE: hue angle of 225º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3259CE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 89 | 206 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.19 |
| HSL | 225º | 0.61% | 0.5% | - |
| HSV(B) | 225º | 0.76% | 0.81% | - |
| XYZ | 16.03 | 12.28 | 59.92 | - |
| YUV | 90.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 206 | 0.76 | 0.57 | 0 | 0.19 | 225 | 0.61 | 0.5 |
| Hex | 32 | 59 | CE | 4C | 39 | 0 | 13 | E1 | 3D | 32 |
| Octal | 62 | 131 | 316 | 114 | 71 | 0 | 23 | 341 | 75 | 62 |
| Binary | 110010 | 1011001 | 11001110 | 1001100 | 111001 | 0 | 10011 | 11100001 | 111101 | 110010 |
Color Harmonies of #3259CE
Complementary color
Monochromatic Colors of #3259CE
Black with #3259CE
Text Example
Text Example
White with #3259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259CE; }
p { color: rgb(50,89,206); }
H1.HeaderClassName
{
color: #3259CE;
}
.AnyTagClassName
{
color: #3259CE;
}
</style>
background-color css
<style>
a { background-color: #3259CE; }
a { background-color: rgb(50,89,206); }
div.DivClassName
{
background-color: #3259CE;
}
.BgClassName
{
background-color: #3259CE;
}
</style>
border-color css
<style>
span { border-color: #3259CE; }
span { border-color: rgb(50,89,206); }
td.TdClassName
{
border-color: #3259CE;
}
.TagClassName
{
border-color: #3259CE;
}
</style>