Shades of Cerulean Blue #325BB1
Tints of Cerulean Blue #325BB1
RGB
CMYK
RGB Variations
Color information
#325BB1 (or 0x325BB1) is known color: Cerulean Blue. HEX triplet: 32, 5B and B1. RGB value is (50,91,177). Sum of RGB (Red+Green+Blue) = 50+91+177=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #325BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BB1 is #CDA44E. Grayscale: #585858. Windows color (decimal): -13476943 or 11623218. OLE color: 11623218.
HSL color Cylindrical-coordinate representation of color #325BB1: hue angle of 220.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325BB1 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 91 | 177 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.31 |
| HSL | 220.63º | 0.56% | 0.45% | - |
| HSV(B) | 220.63º | 0.72% | 0.69% | - |
| XYZ | 12.99 | 11.33 | 43.1 | - |
| YUV | 88.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 177 | 0.72 | 0.49 | 0 | 0.31 | 220.63 | 0.56 | 0.45 |
| Hex | 32 | 5B | B1 | 48 | 31 | 0 | 1F | DD | 38 | 2D |
| Octal | 62 | 133 | 261 | 110 | 61 | 0 | 37 | 335 | 70 | 55 |
| Binary | 110010 | 1011011 | 10110001 | 1001000 | 110001 | 0 | 11111 | 11011101 | 111000 | 101101 |
Color Harmonies of #325BB1
Complementary color
Monochromatic Colors of #325BB1
Black with #325BB1
Text Example
Text Example
White with #325BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BB1; }
p { color: rgb(50,91,177); }
H1.HeaderClassName
{
color: #325BB1;
}
.AnyTagClassName
{
color: #325BB1;
}
</style>
background-color css
<style>
a { background-color: #325BB1; }
a { background-color: rgb(50,91,177); }
div.DivClassName
{
background-color: #325BB1;
}
.BgClassName
{
background-color: #325BB1;
}
</style>
border-color css
<style>
span { border-color: #325BB1; }
span { border-color: rgb(50,91,177); }
td.TdClassName
{
border-color: #325BB1;
}
.TagClassName
{
border-color: #325BB1;
}
</style>