Shades of Cerulean Blue #325EC2
Tints of Cerulean Blue #325EC2
RGB
CMYK
RGB Variations
Color information
#325EC2 (or 0x325EC2) is known color: Cerulean Blue. HEX triplet: 32, 5E and C2. RGB value is (50,94,194). Sum of RGB (Red+Green+Blue) = 50+94+194=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #325EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EC2 is #CDA13D. Grayscale: #5B5B5B. Windows color (decimal): -13476158 or 12738098. OLE color: 12738098.
HSL color Cylindrical-coordinate representation of color #325EC2: hue angle of 221.67º 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 #325EC2 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 94 | 194 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.24 |
| HSL | 221.67º | 0.59% | 0.48% | - |
| HSV(B) | 221.67º | 0.74% | 0.76% | - |
| XYZ | 15.06 | 12.58 | 52.67 | - |
| YUV | 92.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 194 | 0.74 | 0.52 | 0 | 0.24 | 221.67 | 0.59 | 0.48 |
| Hex | 32 | 5E | C2 | 4A | 34 | 0 | 18 | DE | 3B | 30 |
| Octal | 62 | 136 | 302 | 112 | 64 | 0 | 30 | 336 | 73 | 60 |
| Binary | 110010 | 1011110 | 11000010 | 1001010 | 110100 | 0 | 11000 | 11011110 | 111011 | 110000 |
Color Harmonies of #325EC2
Complementary color
Monochromatic Colors of #325EC2
Black with #325EC2
Text Example
Text Example
White with #325EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EC2; }
p { color: rgb(50,94,194); }
H1.HeaderClassName
{
color: #325EC2;
}
.AnyTagClassName
{
color: #325EC2;
}
</style>
background-color css
<style>
a { background-color: #325EC2; }
a { background-color: rgb(50,94,194); }
div.DivClassName
{
background-color: #325EC2;
}
.BgClassName
{
background-color: #325EC2;
}
</style>
border-color css
<style>
span { border-color: #325EC2; }
span { border-color: rgb(50,94,194); }
td.TdClassName
{
border-color: #325EC2;
}
.TagClassName
{
border-color: #325EC2;
}
</style>