Shades of Cerulean Blue #325DB0
Tints of Cerulean Blue #325DB0
RGB
CMYK
RGB Variations
Color information
#325DB0 (or 0x325DB0) is known color: Cerulean Blue. HEX triplet: 32, 5D and B0. RGB value is (50,93,176). Sum of RGB (Red+Green+Blue) = 50+93+176=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #325DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DB0 is #CDA24F. Grayscale: #595959. Windows color (decimal): -13476432 or 11558194. OLE color: 11558194.
HSL color Cylindrical-coordinate representation of color #325DB0: hue angle of 219.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325DB0 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 93 | 176 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.31 |
| HSL | 219.52º | 0.56% | 0.44% | - |
| HSV(B) | 219.52º | 0.72% | 0.69% | - |
| XYZ | 13.07 | 11.64 | 42.63 | - |
| YUV | 89.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 176 | 0.72 | 0.47 | 0 | 0.31 | 219.52 | 0.56 | 0.44 |
| Hex | 32 | 5D | B0 | 48 | 2F | 0 | 1F | DC | 38 | 2C |
| Octal | 62 | 135 | 260 | 110 | 57 | 0 | 37 | 334 | 70 | 54 |
| Binary | 110010 | 1011101 | 10110000 | 1001000 | 101111 | 0 | 11111 | 11011100 | 111000 | 101100 |
Color Harmonies of #325DB0
Complementary color
Monochromatic Colors of #325DB0
Black with #325DB0
Text Example
Text Example
White with #325DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DB0; }
p { color: rgb(50,93,176); }
H1.HeaderClassName
{
color: #325DB0;
}
.AnyTagClassName
{
color: #325DB0;
}
</style>
background-color css
<style>
a { background-color: #325DB0; }
a { background-color: rgb(50,93,176); }
div.DivClassName
{
background-color: #325DB0;
}
.BgClassName
{
background-color: #325DB0;
}
</style>
border-color css
<style>
span { border-color: #325DB0; }
span { border-color: rgb(50,93,176); }
td.TdClassName
{
border-color: #325DB0;
}
.TagClassName
{
border-color: #325DB0;
}
</style>