Shades of Cerulean Blue #325FB5
Tints of Cerulean Blue #325FB5
RGB
CMYK
RGB Variations
Color information
#325FB5 (or 0x325FB5) is known color: Cerulean Blue. HEX triplet: 32, 5F and B5. RGB value is (50,95,181). Sum of RGB (Red+Green+Blue) = 50+95+181=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #325FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FB5 is #CDA04A. Grayscale: #5A5A5A. Windows color (decimal): -13475915 or 11886386. OLE color: 11886386.
HSL color Cylindrical-coordinate representation of color #325FB5: hue angle of 219.39º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325FB5 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 95 | 181 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.29 |
| HSL | 219.39º | 0.57% | 0.45% | - |
| HSV(B) | 219.39º | 0.72% | 0.71% | - |
| XYZ | 13.75 | 12.2 | 45.35 | - |
| YUV | 91.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 181 | 0.72 | 0.48 | 0 | 0.29 | 219.39 | 0.57 | 0.45 |
| Hex | 32 | 5F | B5 | 48 | 30 | 0 | 1D | DB | 39 | 2D |
| Octal | 62 | 137 | 265 | 110 | 60 | 0 | 35 | 333 | 71 | 55 |
| Binary | 110010 | 1011111 | 10110101 | 1001000 | 110000 | 0 | 11101 | 11011011 | 111001 | 101101 |
Color Harmonies of #325FB5
Complementary color
Monochromatic Colors of #325FB5
Black with #325FB5
Text Example
Text Example
White with #325FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FB5; }
p { color: rgb(50,95,181); }
H1.HeaderClassName
{
color: #325FB5;
}
.AnyTagClassName
{
color: #325FB5;
}
</style>
background-color css
<style>
a { background-color: #325FB5; }
a { background-color: rgb(50,95,181); }
div.DivClassName
{
background-color: #325FB5;
}
.BgClassName
{
background-color: #325FB5;
}
</style>
border-color css
<style>
span { border-color: #325FB5; }
span { border-color: rgb(50,95,181); }
td.TdClassName
{
border-color: #325FB5;
}
.TagClassName
{
border-color: #325FB5;
}
</style>