Shades of Cerulean Blue #324AAD
Tints of Cerulean Blue #324AAD
RGB
CMYK
RGB Variations
Color information
#324AAD (or 0x324AAD) is known color: Cerulean Blue. HEX triplet: 32, 4A and AD. RGB value is (50,74,173). Sum of RGB (Red+Green+Blue) = 50+74+173=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #324AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AAD is #CDB552. Grayscale: #4D4D4D. Windows color (decimal): -13481299 or 11356722. OLE color: 11356722.
HSL color Cylindrical-coordinate representation of color #324AAD: hue angle of 228.29º 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 #324AAD is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 74 | 173 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.32 |
| HSL | 228.29º | 0.55% | 0.44% | - |
| HSV(B) | 228.29º | 0.71% | 0.68% | - |
| XYZ | 11.31 | 8.59 | 40.6 | - |
| YUV | 78.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 173 | 0.71 | 0.57 | 0 | 0.32 | 228.29 | 0.55 | 0.44 |
| Hex | 32 | 4A | AD | 47 | 39 | 0 | 20 | E4 | 37 | 2C |
| Octal | 62 | 112 | 255 | 107 | 71 | 0 | 40 | 344 | 67 | 54 |
| Binary | 110010 | 1001010 | 10101101 | 1000111 | 111001 | 0 | 100000 | 11100100 | 110111 | 101100 |
Color Harmonies of #324AAD
Complementary color
Monochromatic Colors of #324AAD
Black with #324AAD
Text Example
Text Example
White with #324AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AAD; }
p { color: rgb(50,74,173); }
H1.HeaderClassName
{
color: #324AAD;
}
.AnyTagClassName
{
color: #324AAD;
}
</style>
background-color css
<style>
a { background-color: #324AAD; }
a { background-color: rgb(50,74,173); }
div.DivClassName
{
background-color: #324AAD;
}
.BgClassName
{
background-color: #324AAD;
}
</style>
border-color css
<style>
span { border-color: #324AAD; }
span { border-color: rgb(50,74,173); }
td.TdClassName
{
border-color: #324AAD;
}
.TagClassName
{
border-color: #324AAD;
}
</style>