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