Shades of Cerulean Blue #324FA4
Tints of Cerulean Blue #324FA4
RGB
CMYK
RGB Variations
Color information
#324FA4 (or 0x324FA4) is known color: Cerulean Blue. HEX triplet: 32, 4F and A4. RGB value is (50,79,164). Sum of RGB (Red+Green+Blue) = 50+79+164=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #324FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324FA4 is #CDB05B. Grayscale: #4F4F4F. Windows color (decimal): -13480028 or 10768178. OLE color: 10768178.
HSL color Cylindrical-coordinate representation of color #324FA4: hue angle of 224.74º 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 #324FA4 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 79 | 164 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.36 |
| HSL | 224.74º | 0.53% | 0.42% | - |
| HSV(B) | 224.74º | 0.7% | 0.64% | - |
| XYZ | 10.81 | 8.95 | 36.28 | - |
| YUV | 80.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 164 | 0.70 | 0.52 | 0 | 0.36 | 224.74 | 0.53 | 0.42 |
| Hex | 32 | 4F | A4 | 46 | 34 | 0 | 24 | E1 | 35 | 2A |
| Octal | 62 | 117 | 244 | 106 | 64 | 0 | 44 | 341 | 65 | 52 |
| Binary | 110010 | 1001111 | 10100100 | 1000110 | 110100 | 0 | 100100 | 11100001 | 110101 | 101010 |
Color Harmonies of #324FA4
Complementary color
Monochromatic Colors of #324FA4
Black with #324FA4
Text Example
Text Example
White with #324FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FA4; }
p { color: rgb(50,79,164); }
H1.HeaderClassName
{
color: #324FA4;
}
.AnyTagClassName
{
color: #324FA4;
}
</style>
background-color css
<style>
a { background-color: #324FA4; }
a { background-color: rgb(50,79,164); }
div.DivClassName
{
background-color: #324FA4;
}
.BgClassName
{
background-color: #324FA4;
}
</style>
border-color css
<style>
span { border-color: #324FA4; }
span { border-color: rgb(50,79,164); }
td.TdClassName
{
border-color: #324FA4;
}
.TagClassName
{
border-color: #324FA4;
}
</style>