Shades of Cerulean Blue #3259CB
Tints of Cerulean Blue #3259CB
RGB
CMYK
RGB Variations
Color information
#3259CB (or 0x3259CB) is known color: Cerulean Blue. HEX triplet: 32, 59 and CB. RGB value is (50,89,203). Sum of RGB (Red+Green+Blue) = 50+89+203=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #3259CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259CB is #CDA634. Grayscale: #595959. Windows color (decimal): -13477429 or 13326642. OLE color: 13326642.
HSL color Cylindrical-coordinate representation of color #3259CB: hue angle of 224.71º 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 #3259CB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 89 | 203 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.20 |
| HSL | 224.71º | 0.6% | 0.5% | - |
| HSV(B) | 224.71º | 0.75% | 0.8% | - |
| XYZ | 15.67 | 12.13 | 58.02 | - |
| YUV | 90.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 203 | 0.75 | 0.56 | 0 | 0.20 | 224.71 | 0.6 | 0.5 |
| Hex | 32 | 59 | CB | 4B | 38 | 0 | 14 | E1 | 3C | 32 |
| Octal | 62 | 131 | 313 | 113 | 70 | 0 | 24 | 341 | 74 | 62 |
| Binary | 110010 | 1011001 | 11001011 | 1001011 | 111000 | 0 | 10100 | 11100001 | 111100 | 110010 |
Color Harmonies of #3259CB
Complementary color
Monochromatic Colors of #3259CB
Black with #3259CB
Text Example
Text Example
White with #3259CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259CB; }
p { color: rgb(50,89,203); }
H1.HeaderClassName
{
color: #3259CB;
}
.AnyTagClassName
{
color: #3259CB;
}
</style>
background-color css
<style>
a { background-color: #3259CB; }
a { background-color: rgb(50,89,203); }
div.DivClassName
{
background-color: #3259CB;
}
.BgClassName
{
background-color: #3259CB;
}
</style>
border-color css
<style>
span { border-color: #3259CB; }
span { border-color: rgb(50,89,203); }
td.TdClassName
{
border-color: #3259CB;
}
.TagClassName
{
border-color: #3259CB;
}
</style>