Shades of Cerulean Blue #324DBD
Tints of Cerulean Blue #324DBD
RGB
CMYK
RGB Variations
Color information
#324DBD (or 0x324DBD) is known color: Cerulean Blue. HEX triplet: 32, 4D and BD. RGB value is (50,77,189). Sum of RGB (Red+Green+Blue) = 50+77+189=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #324DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBD is #CDB242. Grayscale: #515151. Windows color (decimal): -13480515 or 12406066. OLE color: 12406066.
HSL color Cylindrical-coordinate representation of color #324DBD: hue angle of 228.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324DBD is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 77 | 189 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.26 |
| HSL | 228.35º | 0.58% | 0.47% | - |
| HSV(B) | 228.35º | 0.74% | 0.74% | - |
| XYZ | 13.15 | 9.66 | 49.32 | - |
| YUV | 81.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 189 | 0.74 | 0.59 | 0 | 0.26 | 228.35 | 0.58 | 0.47 |
| Hex | 32 | 4D | BD | 4A | 3B | 0 | 1A | E4 | 3A | 2F |
| Octal | 62 | 115 | 275 | 112 | 73 | 0 | 32 | 344 | 72 | 57 |
| Binary | 110010 | 1001101 | 10111101 | 1001010 | 111011 | 0 | 11010 | 11100100 | 111010 | 101111 |
Color Harmonies of #324DBD
Complementary color
Monochromatic Colors of #324DBD
Black with #324DBD
Text Example
Text Example
White with #324DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DBD; }
p { color: rgb(50,77,189); }
H1.HeaderClassName
{
color: #324DBD;
}
.AnyTagClassName
{
color: #324DBD;
}
</style>
background-color css
<style>
a { background-color: #324DBD; }
a { background-color: rgb(50,77,189); }
div.DivClassName
{
background-color: #324DBD;
}
.BgClassName
{
background-color: #324DBD;
}
</style>
border-color css
<style>
span { border-color: #324DBD; }
span { border-color: rgb(50,77,189); }
td.TdClassName
{
border-color: #324DBD;
}
.TagClassName
{
border-color: #324DBD;
}
</style>