Shades of Cerulean Blue #325DC2
Tints of Cerulean Blue #325DC2
RGB
CMYK
RGB Variations
Color information
#325DC2 (or 0x325DC2) is known color: Cerulean Blue. HEX triplet: 32, 5D and C2. RGB value is (50,93,194). Sum of RGB (Red+Green+Blue) = 50+93+194=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #325DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DC2 is #CDA23D. Grayscale: #5B5B5B. Windows color (decimal): -13476414 or 12737842. OLE color: 12737842.
HSL color Cylindrical-coordinate representation of color #325DC2: hue angle of 222.08º 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 #325DC2 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 93 | 194 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.24 |
| HSL | 222.08º | 0.59% | 0.48% | - |
| HSV(B) | 222.08º | 0.74% | 0.76% | - |
| XYZ | 14.97 | 12.4 | 52.64 | - |
| YUV | 91.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 194 | 0.74 | 0.52 | 0 | 0.24 | 222.08 | 0.59 | 0.48 |
| Hex | 32 | 5D | C2 | 4A | 34 | 0 | 18 | DE | 3B | 30 |
| Octal | 62 | 135 | 302 | 112 | 64 | 0 | 30 | 336 | 73 | 60 |
| Binary | 110010 | 1011101 | 11000010 | 1001010 | 110100 | 0 | 11000 | 11011110 | 111011 | 110000 |
Color Harmonies of #325DC2
Complementary color
Monochromatic Colors of #325DC2
Black with #325DC2
Text Example
Text Example
White with #325DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DC2; }
p { color: rgb(50,93,194); }
H1.HeaderClassName
{
color: #325DC2;
}
.AnyTagClassName
{
color: #325DC2;
}
</style>
background-color css
<style>
a { background-color: #325DC2; }
a { background-color: rgb(50,93,194); }
div.DivClassName
{
background-color: #325DC2;
}
.BgClassName
{
background-color: #325DC2;
}
</style>
border-color css
<style>
span { border-color: #325DC2; }
span { border-color: rgb(50,93,194); }
td.TdClassName
{
border-color: #325DC2;
}
.TagClassName
{
border-color: #325DC2;
}
</style>