Shades of Cerulean Blue #324BBB
Tints of Cerulean Blue #324BBB
RGB
CMYK
RGB Variations
Color information
#324BBB (or 0x324BBB) is known color: Cerulean Blue. HEX triplet: 32, 4B and BB. RGB value is (50,75,187). Sum of RGB (Red+Green+Blue) = 50+75+187=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #324BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBB is #CDB444. Grayscale: #4F4F4F. Windows color (decimal): -13481029 or 12274482. OLE color: 12274482.
HSL color Cylindrical-coordinate representation of color #324BBB: hue angle of 229.05º 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 #324BBB is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 75 | 187 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.27 |
| HSL | 229.05º | 0.58% | 0.46% | - |
| HSV(B) | 229.05º | 0.73% | 0.73% | - |
| XYZ | 12.8 | 9.3 | 48.13 | - |
| YUV | 80.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 187 | 0.73 | 0.60 | 0 | 0.27 | 229.05 | 0.58 | 0.46 |
| Hex | 32 | 4B | BB | 49 | 3C | 0 | 1B | E5 | 3A | 2E |
| Octal | 62 | 113 | 273 | 111 | 74 | 0 | 33 | 345 | 72 | 56 |
| Binary | 110010 | 1001011 | 10111011 | 1001001 | 111100 | 0 | 11011 | 11100101 | 111010 | 101110 |
Color Harmonies of #324BBB
Complementary color
Monochromatic Colors of #324BBB
Black with #324BBB
Text Example
Text Example
White with #324BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BBB; }
p { color: rgb(50,75,187); }
H1.HeaderClassName
{
color: #324BBB;
}
.AnyTagClassName
{
color: #324BBB;
}
</style>
background-color css
<style>
a { background-color: #324BBB; }
a { background-color: rgb(50,75,187); }
div.DivClassName
{
background-color: #324BBB;
}
.BgClassName
{
background-color: #324BBB;
}
</style>
border-color css
<style>
span { border-color: #324BBB; }
span { border-color: rgb(50,75,187); }
td.TdClassName
{
border-color: #324BBB;
}
.TagClassName
{
border-color: #324BBB;
}
</style>