Shades of Cerulean Blue #325CAE
Tints of Cerulean Blue #325CAE
RGB
CMYK
RGB Variations
Color information
#325CAE (or 0x325CAE) is known color: Cerulean Blue. HEX triplet: 32, 5C and AE. RGB value is (50,92,174). Sum of RGB (Red+Green+Blue) = 50+92+174=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #325CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CAE is #CDA351. Grayscale: #585858. Windows color (decimal): -13476690 or 11426866. OLE color: 11426866.
HSL color Cylindrical-coordinate representation of color #325CAE: hue angle of 219.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325CAE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 92 | 174 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.32 |
| HSL | 219.68º | 0.55% | 0.44% | - |
| HSV(B) | 219.68º | 0.71% | 0.68% | - |
| XYZ | 12.78 | 11.39 | 41.57 | - |
| YUV | 88.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 174 | 0.71 | 0.47 | 0 | 0.32 | 219.68 | 0.55 | 0.44 |
| Hex | 32 | 5C | AE | 47 | 2F | 0 | 20 | DC | 37 | 2C |
| Octal | 62 | 134 | 256 | 107 | 57 | 0 | 40 | 334 | 67 | 54 |
| Binary | 110010 | 1011100 | 10101110 | 1000111 | 101111 | 0 | 100000 | 11011100 | 110111 | 101100 |
Color Harmonies of #325CAE
Complementary color
Monochromatic Colors of #325CAE
Black with #325CAE
Text Example
Text Example
White with #325CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CAE; }
p { color: rgb(50,92,174); }
H1.HeaderClassName
{
color: #325CAE;
}
.AnyTagClassName
{
color: #325CAE;
}
</style>
background-color css
<style>
a { background-color: #325CAE; }
a { background-color: rgb(50,92,174); }
div.DivClassName
{
background-color: #325CAE;
}
.BgClassName
{
background-color: #325CAE;
}
</style>
border-color css
<style>
span { border-color: #325CAE; }
span { border-color: rgb(50,92,174); }
td.TdClassName
{
border-color: #325CAE;
}
.TagClassName
{
border-color: #325CAE;
}
</style>