Shades of Cerulean Blue #325DB7
Tints of Cerulean Blue #325DB7
RGB
CMYK
RGB Variations
Color information
#325DB7 (or 0x325DB7) is known color: Cerulean Blue. HEX triplet: 32, 5D and B7. RGB value is (50,93,183). Sum of RGB (Red+Green+Blue) = 50+93+183=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #325DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DB7 is #CDA248. Grayscale: #5A5A5A. Windows color (decimal): -13476425 or 12016946. OLE color: 12016946.
HSL color Cylindrical-coordinate representation of color #325DB7: hue angle of 220.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325DB7 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 93 | 183 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.28 |
| HSL | 220.6º | 0.57% | 0.46% | - |
| HSV(B) | 220.6º | 0.73% | 0.72% | - |
| XYZ | 13.78 | 11.93 | 46.38 | - |
| YUV | 90.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 183 | 0.73 | 0.49 | 0 | 0.28 | 220.6 | 0.57 | 0.46 |
| Hex | 32 | 5D | B7 | 49 | 31 | 0 | 1C | DD | 39 | 2E |
| Octal | 62 | 135 | 267 | 111 | 61 | 0 | 34 | 335 | 71 | 56 |
| Binary | 110010 | 1011101 | 10110111 | 1001001 | 110001 | 0 | 11100 | 11011101 | 111001 | 101110 |
Color Harmonies of #325DB7
Complementary color
Monochromatic Colors of #325DB7
Black with #325DB7
Text Example
Text Example
White with #325DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DB7; }
p { color: rgb(50,93,183); }
H1.HeaderClassName
{
color: #325DB7;
}
.AnyTagClassName
{
color: #325DB7;
}
</style>
background-color css
<style>
a { background-color: #325DB7; }
a { background-color: rgb(50,93,183); }
div.DivClassName
{
background-color: #325DB7;
}
.BgClassName
{
background-color: #325DB7;
}
</style>
border-color css
<style>
span { border-color: #325DB7; }
span { border-color: rgb(50,93,183); }
td.TdClassName
{
border-color: #325DB7;
}
.TagClassName
{
border-color: #325DB7;
}
</style>