Shades of Cerulean Blue #324ABC
Tints of Cerulean Blue #324ABC
RGB
CMYK
RGB Variations
Color information
#324ABC (or 0x324ABC) is known color: Cerulean Blue. HEX triplet: 32, 4A and BC. RGB value is (50,74,188). Sum of RGB (Red+Green+Blue) = 50+74+188=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #324ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ABC is #CDB543. Grayscale: #4F4F4F. Windows color (decimal): -13481284 or 12339762. OLE color: 12339762.
HSL color Cylindrical-coordinate representation of color #324ABC: hue angle of 229.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324ABC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 74 | 188 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.26 |
| HSL | 229.57º | 0.58% | 0.47% | - |
| HSV(B) | 229.57º | 0.73% | 0.74% | - |
| XYZ | 12.84 | 9.21 | 48.68 | - |
| YUV | 79.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 188 | 0.73 | 0.61 | 0 | 0.26 | 229.57 | 0.58 | 0.47 |
| Hex | 32 | 4A | BC | 49 | 3D | 0 | 1A | E6 | 3A | 2F |
| Octal | 62 | 112 | 274 | 111 | 75 | 0 | 32 | 346 | 72 | 57 |
| Binary | 110010 | 1001010 | 10111100 | 1001001 | 111101 | 0 | 11010 | 11100110 | 111010 | 101111 |
Color Harmonies of #324ABC
Complementary color
Monochromatic Colors of #324ABC
Black with #324ABC
Text Example
Text Example
White with #324ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ABC; }
p { color: rgb(50,74,188); }
H1.HeaderClassName
{
color: #324ABC;
}
.AnyTagClassName
{
color: #324ABC;
}
</style>
background-color css
<style>
a { background-color: #324ABC; }
a { background-color: rgb(50,74,188); }
div.DivClassName
{
background-color: #324ABC;
}
.BgClassName
{
background-color: #324ABC;
}
</style>
border-color css
<style>
span { border-color: #324ABC; }
span { border-color: rgb(50,74,188); }
td.TdClassName
{
border-color: #324ABC;
}
.TagClassName
{
border-color: #324ABC;
}
</style>