Shades of Cerulean Blue #3259BF
Tints of Cerulean Blue #3259BF
RGB
CMYK
RGB Variations
Color information
#3259BF (or 0x3259BF) is known color: Cerulean Blue. HEX triplet: 32, 59 and BF. RGB value is (50,89,191). Sum of RGB (Red+Green+Blue) = 50+89+191=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #3259BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259BF is #CDA640. Grayscale: #585858. Windows color (decimal): -13477441 or 12540210. OLE color: 12540210.
HSL color Cylindrical-coordinate representation of color #3259BF: hue angle of 223.4º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3259BF is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 89 | 191 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.25 |
| HSL | 223.4º | 0.59% | 0.47% | - |
| HSV(B) | 223.4º | 0.74% | 0.75% | - |
| XYZ | 14.29 | 11.58 | 50.77 | - |
| YUV | 88.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 191 | 0.74 | 0.53 | 0 | 0.25 | 223.4 | 0.59 | 0.47 |
| Hex | 32 | 59 | BF | 4A | 35 | 0 | 19 | DF | 3B | 2F |
| Octal | 62 | 131 | 277 | 112 | 65 | 0 | 31 | 337 | 73 | 57 |
| Binary | 110010 | 1011001 | 10111111 | 1001010 | 110101 | 0 | 11001 | 11011111 | 111011 | 101111 |
Color Harmonies of #3259BF
Complementary color
Monochromatic Colors of #3259BF
Black with #3259BF
Text Example
Text Example
White with #3259BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259BF; }
p { color: rgb(50,89,191); }
H1.HeaderClassName
{
color: #3259BF;
}
.AnyTagClassName
{
color: #3259BF;
}
</style>
background-color css
<style>
a { background-color: #3259BF; }
a { background-color: rgb(50,89,191); }
div.DivClassName
{
background-color: #3259BF;
}
.BgClassName
{
background-color: #3259BF;
}
</style>
border-color css
<style>
span { border-color: #3259BF; }
span { border-color: rgb(50,89,191); }
td.TdClassName
{
border-color: #3259BF;
}
.TagClassName
{
border-color: #3259BF;
}
</style>