Shades of Cerulean Blue #325FC1
Tints of Cerulean Blue #325FC1
RGB
CMYK
RGB Variations
Color information
#325FC1 (or 0x325FC1) is known color: Cerulean Blue. HEX triplet: 32, 5F and C1. RGB value is (50,95,193). Sum of RGB (Red+Green+Blue) = 50+95+193=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #325FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FC1 is #CDA03E. Grayscale: #5C5C5C. Windows color (decimal): -13475903 or 12672818. OLE color: 12672818.
HSL color Cylindrical-coordinate representation of color #325FC1: hue angle of 221.12º 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 #325FC1 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 95 | 193 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.24 |
| HSL | 221.12º | 0.59% | 0.48% | - |
| HSV(B) | 221.12º | 0.74% | 0.76% | - |
| XYZ | 15.03 | 12.71 | 52.11 | - |
| YUV | 92.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 193 | 0.74 | 0.51 | 0 | 0.24 | 221.12 | 0.59 | 0.48 |
| Hex | 32 | 5F | C1 | 4A | 33 | 0 | 18 | DD | 3B | 30 |
| Octal | 62 | 137 | 301 | 112 | 63 | 0 | 30 | 335 | 73 | 60 |
| Binary | 110010 | 1011111 | 11000001 | 1001010 | 110011 | 0 | 11000 | 11011101 | 111011 | 110000 |
Color Harmonies of #325FC1
Complementary color
Monochromatic Colors of #325FC1
Black with #325FC1
Text Example
Text Example
White with #325FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FC1; }
p { color: rgb(50,95,193); }
H1.HeaderClassName
{
color: #325FC1;
}
.AnyTagClassName
{
color: #325FC1;
}
</style>
background-color css
<style>
a { background-color: #325FC1; }
a { background-color: rgb(50,95,193); }
div.DivClassName
{
background-color: #325FC1;
}
.BgClassName
{
background-color: #325FC1;
}
</style>
border-color css
<style>
span { border-color: #325FC1; }
span { border-color: rgb(50,95,193); }
td.TdClassName
{
border-color: #325FC1;
}
.TagClassName
{
border-color: #325FC1;
}
</style>