Shades of Cerulean Blue #324DAA
Tints of Cerulean Blue #324DAA
RGB
CMYK
RGB Variations
Color information
#324DAA (or 0x324DAA) is known color: Cerulean Blue. HEX triplet: 32, 4D and AA. RGB value is (50,77,170). Sum of RGB (Red+Green+Blue) = 50+77+170=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #324DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAA is #CDB255. Grayscale: #4F4F4F. Windows color (decimal): -13480534 or 11160882. OLE color: 11160882.
HSL color Cylindrical-coordinate representation of color #324DAA: hue angle of 226.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324DAA is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 77 | 170 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 226.5º | 0.55% | 0.43% | - |
| HSV(B) | 226.5º | 0.71% | 0.67% | - |
| XYZ | 11.22 | 8.89 | 39.15 | - |
| YUV | 79.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 170 | 0.71 | 0.55 | 0 | 0.33 | 226.5 | 0.55 | 0.43 |
| Hex | 32 | 4D | AA | 47 | 37 | 0 | 21 | E2 | 37 | 2B |
| Octal | 62 | 115 | 252 | 107 | 67 | 0 | 41 | 342 | 67 | 53 |
| Binary | 110010 | 1001101 | 10101010 | 1000111 | 110111 | 0 | 100001 | 11100010 | 110111 | 101011 |
Color Harmonies of #324DAA
Complementary color
Monochromatic Colors of #324DAA
Black with #324DAA
Text Example
Text Example
White with #324DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DAA; }
p { color: rgb(50,77,170); }
H1.HeaderClassName
{
color: #324DAA;
}
.AnyTagClassName
{
color: #324DAA;
}
</style>
background-color css
<style>
a { background-color: #324DAA; }
a { background-color: rgb(50,77,170); }
div.DivClassName
{
background-color: #324DAA;
}
.BgClassName
{
background-color: #324DAA;
}
</style>
border-color css
<style>
span { border-color: #324DAA; }
span { border-color: rgb(50,77,170); }
td.TdClassName
{
border-color: #324DAA;
}
.TagClassName
{
border-color: #324DAA;
}
</style>