Shades of Cerulean Blue #3259C2
Tints of Cerulean Blue #3259C2
RGB
CMYK
RGB Variations
Color information
#3259C2 (or 0x3259C2) is known color: Cerulean Blue. HEX triplet: 32, 59 and C2. RGB value is (50,89,194). Sum of RGB (Red+Green+Blue) = 50+89+194=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #3259C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259C2 is #CDA63D. Grayscale: #585858. Windows color (decimal): -13477438 or 12736818. OLE color: 12736818.
HSL color Cylindrical-coordinate representation of color #3259C2: hue angle of 223.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3259C2 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 89 | 194 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.24 |
| HSL | 223.75º | 0.59% | 0.48% | - |
| HSV(B) | 223.75º | 0.74% | 0.76% | - |
| XYZ | 14.63 | 11.72 | 52.53 | - |
| YUV | 89.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 194 | 0.74 | 0.54 | 0 | 0.24 | 223.75 | 0.59 | 0.48 |
| Hex | 32 | 59 | C2 | 4A | 36 | 0 | 18 | E0 | 3B | 30 |
| Octal | 62 | 131 | 302 | 112 | 66 | 0 | 30 | 340 | 73 | 60 |
| Binary | 110010 | 1011001 | 11000010 | 1001010 | 110110 | 0 | 11000 | 11100000 | 111011 | 110000 |
Color Harmonies of #3259C2
Complementary color
Monochromatic Colors of #3259C2
Black with #3259C2
Text Example
Text Example
White with #3259C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259C2; }
p { color: rgb(50,89,194); }
H1.HeaderClassName
{
color: #3259C2;
}
.AnyTagClassName
{
color: #3259C2;
}
</style>
background-color css
<style>
a { background-color: #3259C2; }
a { background-color: rgb(50,89,194); }
div.DivClassName
{
background-color: #3259C2;
}
.BgClassName
{
background-color: #3259C2;
}
</style>
border-color css
<style>
span { border-color: #3259C2; }
span { border-color: rgb(50,89,194); }
td.TdClassName
{
border-color: #3259C2;
}
.TagClassName
{
border-color: #3259C2;
}
</style>