Shades of Cerulean Blue #325AAD
Tints of Cerulean Blue #325AAD
RGB
CMYK
RGB Variations
Color information
#325AAD (or 0x325AAD) is known color: Cerulean Blue. HEX triplet: 32, 5A and AD. RGB value is (50,90,173). Sum of RGB (Red+Green+Blue) = 50+90+173=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #325AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AAD is #CDA552. Grayscale: #575757. Windows color (decimal): -13477203 or 11360818. OLE color: 11360818.
HSL color Cylindrical-coordinate representation of color #325AAD: hue angle of 220.49º 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 #325AAD is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 90 | 173 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.32 |
| HSL | 220.49º | 0.55% | 0.44% | - |
| HSV(B) | 220.49º | 0.71% | 0.68% | - |
| XYZ | 12.51 | 11.01 | 41 | - |
| YUV | 87.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 173 | 0.71 | 0.48 | 0 | 0.32 | 220.49 | 0.55 | 0.44 |
| Hex | 32 | 5A | AD | 47 | 30 | 0 | 20 | DC | 37 | 2C |
| Octal | 62 | 132 | 255 | 107 | 60 | 0 | 40 | 334 | 67 | 54 |
| Binary | 110010 | 1011010 | 10101101 | 1000111 | 110000 | 0 | 100000 | 11011100 | 110111 | 101100 |
Color Harmonies of #325AAD
Complementary color
Monochromatic Colors of #325AAD
Black with #325AAD
Text Example
Text Example
White with #325AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AAD; }
p { color: rgb(50,90,173); }
H1.HeaderClassName
{
color: #325AAD;
}
.AnyTagClassName
{
color: #325AAD;
}
</style>
background-color css
<style>
a { background-color: #325AAD; }
a { background-color: rgb(50,90,173); }
div.DivClassName
{
background-color: #325AAD;
}
.BgClassName
{
background-color: #325AAD;
}
</style>
border-color css
<style>
span { border-color: #325AAD; }
span { border-color: rgb(50,90,173); }
td.TdClassName
{
border-color: #325AAD;
}
.TagClassName
{
border-color: #325AAD;
}
</style>