Shades of Cerulean Blue #324DB4
Tints of Cerulean Blue #324DB4
RGB
CMYK
RGB Variations
Color information
#324DB4 (or 0x324DB4) is known color: Cerulean Blue. HEX triplet: 32, 4D and B4. RGB value is (50,77,180). Sum of RGB (Red+Green+Blue) = 50+77+180=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #324DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DB4 is #CDB24B. Grayscale: #505050. Windows color (decimal): -13480524 or 11816242. OLE color: 11816242.
HSL color Cylindrical-coordinate representation of color #324DB4: hue angle of 227.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324DB4 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 77 | 180 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.29 |
| HSL | 227.54º | 0.57% | 0.45% | - |
| HSV(B) | 227.54º | 0.72% | 0.71% | - |
| XYZ | 12.21 | 9.28 | 44.33 | - |
| YUV | 80.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 180 | 0.72 | 0.57 | 0 | 0.29 | 227.54 | 0.57 | 0.45 |
| Hex | 32 | 4D | B4 | 48 | 39 | 0 | 1D | E4 | 39 | 2D |
| Octal | 62 | 115 | 264 | 110 | 71 | 0 | 35 | 344 | 71 | 55 |
| Binary | 110010 | 1001101 | 10110100 | 1001000 | 111001 | 0 | 11101 | 11100100 | 111001 | 101101 |
Color Harmonies of #324DB4
Complementary color
Monochromatic Colors of #324DB4
Black with #324DB4
Text Example
Text Example
White with #324DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DB4; }
p { color: rgb(50,77,180); }
H1.HeaderClassName
{
color: #324DB4;
}
.AnyTagClassName
{
color: #324DB4;
}
</style>
background-color css
<style>
a { background-color: #324DB4; }
a { background-color: rgb(50,77,180); }
div.DivClassName
{
background-color: #324DB4;
}
.BgClassName
{
background-color: #324DB4;
}
</style>
border-color css
<style>
span { border-color: #324DB4; }
span { border-color: rgb(50,77,180); }
td.TdClassName
{
border-color: #324DB4;
}
.TagClassName
{
border-color: #324DB4;
}
</style>