Shades of Cerulean Blue #325BC1
Tints of Cerulean Blue #325BC1
RGB
CMYK
RGB Variations
Color information
#325BC1 (or 0x325BC1) is known color: Cerulean Blue. HEX triplet: 32, 5B and C1. RGB value is (50,91,193). Sum of RGB (Red+Green+Blue) = 50+91+193=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #325BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BC1 is #CDA43E. Grayscale: #595959. Windows color (decimal): -13476927 or 12671794. OLE color: 12671794.
HSL color Cylindrical-coordinate representation of color #325BC1: hue angle of 222.8º 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 #325BC1 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 91 | 193 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.24 |
| HSL | 222.8º | 0.59% | 0.48% | - |
| HSV(B) | 222.8º | 0.74% | 0.76% | - |
| XYZ | 14.68 | 12.01 | 52 | - |
| YUV | 90.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 193 | 0.74 | 0.53 | 0 | 0.24 | 222.8 | 0.59 | 0.48 |
| Hex | 32 | 5B | C1 | 4A | 35 | 0 | 18 | DF | 3B | 30 |
| Octal | 62 | 133 | 301 | 112 | 65 | 0 | 30 | 337 | 73 | 60 |
| Binary | 110010 | 1011011 | 11000001 | 1001010 | 110101 | 0 | 11000 | 11011111 | 111011 | 110000 |
Color Harmonies of #325BC1
Complementary color
Monochromatic Colors of #325BC1
Black with #325BC1
Text Example
Text Example
White with #325BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BC1; }
p { color: rgb(50,91,193); }
H1.HeaderClassName
{
color: #325BC1;
}
.AnyTagClassName
{
color: #325BC1;
}
</style>
background-color css
<style>
a { background-color: #325BC1; }
a { background-color: rgb(50,91,193); }
div.DivClassName
{
background-color: #325BC1;
}
.BgClassName
{
background-color: #325BC1;
}
</style>
border-color css
<style>
span { border-color: #325BC1; }
span { border-color: rgb(50,91,193); }
td.TdClassName
{
border-color: #325BC1;
}
.TagClassName
{
border-color: #325BC1;
}
</style>