Shades of Cerulean Blue #324DA4
Tints of Cerulean Blue #324DA4
RGB
CMYK
RGB Variations
Color information
#324DA4 (or 0x324DA4) is known color: Cerulean Blue. HEX triplet: 32, 4D and A4. RGB value is (50,77,164). Sum of RGB (Red+Green+Blue) = 50+77+164=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #324DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DA4 is #CDB25B. Grayscale: #4E4E4E. Windows color (decimal): -13480540 or 10767666. OLE color: 10767666.
HSL color Cylindrical-coordinate representation of color #324DA4: hue angle of 225.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324DA4 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 77 | 164 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.36 |
| HSL | 225.79º | 0.53% | 0.42% | - |
| HSV(B) | 225.79º | 0.7% | 0.64% | - |
| XYZ | 10.67 | 8.67 | 36.23 | - |
| YUV | 78.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 164 | 0.70 | 0.53 | 0 | 0.36 | 225.79 | 0.53 | 0.42 |
| Hex | 32 | 4D | A4 | 46 | 35 | 0 | 24 | E2 | 35 | 2A |
| Octal | 62 | 115 | 244 | 106 | 65 | 0 | 44 | 342 | 65 | 52 |
| Binary | 110010 | 1001101 | 10100100 | 1000110 | 110101 | 0 | 100100 | 11100010 | 110101 | 101010 |
Color Harmonies of #324DA4
Complementary color
Monochromatic Colors of #324DA4
Black with #324DA4
Text Example
Text Example
White with #324DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DA4; }
p { color: rgb(50,77,164); }
H1.HeaderClassName
{
color: #324DA4;
}
.AnyTagClassName
{
color: #324DA4;
}
</style>
background-color css
<style>
a { background-color: #324DA4; }
a { background-color: rgb(50,77,164); }
div.DivClassName
{
background-color: #324DA4;
}
.BgClassName
{
background-color: #324DA4;
}
</style>
border-color css
<style>
span { border-color: #324DA4; }
span { border-color: rgb(50,77,164); }
td.TdClassName
{
border-color: #324DA4;
}
.TagClassName
{
border-color: #324DA4;
}
</style>