Shades of Cerulean Blue #324DA7
Tints of Cerulean Blue #324DA7
RGB
CMYK
RGB Variations
Color information
#324DA7 (or 0x324DA7) is known color: Cerulean Blue. HEX triplet: 32, 4D and A7. RGB value is (50,77,167). Sum of RGB (Red+Green+Blue) = 50+77+167=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #324DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DA7 is #CDB258. Grayscale: #4E4E4E. Windows color (decimal): -13480537 or 10964274. OLE color: 10964274.
HSL color Cylindrical-coordinate representation of color #324DA7: hue angle of 226.15º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324DA7 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 77 | 167 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.35 |
| HSL | 226.15º | 0.54% | 0.43% | - |
| HSV(B) | 226.15º | 0.7% | 0.65% | - |
| XYZ | 10.94 | 8.78 | 37.68 | - |
| YUV | 79.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 167 | 0.70 | 0.54 | 0 | 0.35 | 226.15 | 0.54 | 0.43 |
| Hex | 32 | 4D | A7 | 46 | 36 | 0 | 23 | E2 | 36 | 2B |
| Octal | 62 | 115 | 247 | 106 | 66 | 0 | 43 | 342 | 66 | 53 |
| Binary | 110010 | 1001101 | 10100111 | 1000110 | 110110 | 0 | 100011 | 11100010 | 110110 | 101011 |
Color Harmonies of #324DA7
Complementary color
Monochromatic Colors of #324DA7
Black with #324DA7
Text Example
Text Example
White with #324DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DA7; }
p { color: rgb(50,77,167); }
H1.HeaderClassName
{
color: #324DA7;
}
.AnyTagClassName
{
color: #324DA7;
}
</style>
background-color css
<style>
a { background-color: #324DA7; }
a { background-color: rgb(50,77,167); }
div.DivClassName
{
background-color: #324DA7;
}
.BgClassName
{
background-color: #324DA7;
}
</style>
border-color css
<style>
span { border-color: #324DA7; }
span { border-color: rgb(50,77,167); }
td.TdClassName
{
border-color: #324DA7;
}
.TagClassName
{
border-color: #324DA7;
}
</style>