Shades of Cerulean Blue #324DBB
Tints of Cerulean Blue #324DBB
RGB
CMYK
RGB Variations
Color information
#324DBB (or 0x324DBB) is known color: Cerulean Blue. HEX triplet: 32, 4D and BB. RGB value is (50,77,187). Sum of RGB (Red+Green+Blue) = 50+77+187=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #324DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DBB is #CDB244. Grayscale: #515151. Windows color (decimal): -13480517 or 12274994. OLE color: 12274994.
HSL color Cylindrical-coordinate representation of color #324DBB: hue angle of 228.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324DBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 77 | 187 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.18º | 0.58% | 0.46% | - |
| HSV(B) | 228.18º | 0.73% | 0.73% | - |
| XYZ | 12.94 | 9.57 | 48.18 | - |
| YUV | 81.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 187 | 0.73 | 0.59 | 0 | 0.27 | 228.18 | 0.58 | 0.46 |
| Hex | 32 | 4D | BB | 49 | 3B | 0 | 1B | E4 | 3A | 2E |
| Octal | 62 | 115 | 273 | 111 | 73 | 0 | 33 | 344 | 72 | 56 |
| Binary | 110010 | 1001101 | 10111011 | 1001001 | 111011 | 0 | 11011 | 11100100 | 111010 | 101110 |
Color Harmonies of #324DBB
Complementary color
Monochromatic Colors of #324DBB
Black with #324DBB
Text Example
Text Example
White with #324DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DBB; }
p { color: rgb(50,77,187); }
H1.HeaderClassName
{
color: #324DBB;
}
.AnyTagClassName
{
color: #324DBB;
}
</style>
background-color css
<style>
a { background-color: #324DBB; }
a { background-color: rgb(50,77,187); }
div.DivClassName
{
background-color: #324DBB;
}
.BgClassName
{
background-color: #324DBB;
}
</style>
border-color css
<style>
span { border-color: #324DBB; }
span { border-color: rgb(50,77,187); }
td.TdClassName
{
border-color: #324DBB;
}
.TagClassName
{
border-color: #324DBB;
}
</style>