Shades of Cerulean Blue #324DAF
Tints of Cerulean Blue #324DAF
RGB
CMYK
RGB Variations
Color information
#324DAF (or 0x324DAF) is known color: Cerulean Blue. HEX triplet: 32, 4D and AF. RGB value is (50,77,175). Sum of RGB (Red+Green+Blue) = 50+77+175=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #324DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324DAF is #CDB250. Grayscale: #4F4F4F. Windows color (decimal): -13480529 or 11488562. OLE color: 11488562.
HSL color Cylindrical-coordinate representation of color #324DAF: hue angle of 227.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324DAF is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 77 | 175 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.31 |
| HSL | 227.04º | 0.56% | 0.44% | - |
| HSV(B) | 227.04º | 0.71% | 0.69% | - |
| XYZ | 11.71 | 9.08 | 41.69 | - |
| YUV | 80.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 175 | 0.71 | 0.56 | 0 | 0.31 | 227.04 | 0.56 | 0.44 |
| Hex | 32 | 4D | AF | 47 | 38 | 0 | 1F | E3 | 38 | 2C |
| Octal | 62 | 115 | 257 | 107 | 70 | 0 | 37 | 343 | 70 | 54 |
| Binary | 110010 | 1001101 | 10101111 | 1000111 | 111000 | 0 | 11111 | 11100011 | 111000 | 101100 |
Color Harmonies of #324DAF
Complementary color
Monochromatic Colors of #324DAF
Black with #324DAF
Text Example
Text Example
White with #324DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DAF; }
p { color: rgb(50,77,175); }
H1.HeaderClassName
{
color: #324DAF;
}
.AnyTagClassName
{
color: #324DAF;
}
</style>
background-color css
<style>
a { background-color: #324DAF; }
a { background-color: rgb(50,77,175); }
div.DivClassName
{
background-color: #324DAF;
}
.BgClassName
{
background-color: #324DAF;
}
</style>
border-color css
<style>
span { border-color: #324DAF; }
span { border-color: rgb(50,77,175); }
td.TdClassName
{
border-color: #324DAF;
}
.TagClassName
{
border-color: #324DAF;
}
</style>