Shades of Cerulean Blue #324AB2
Tints of Cerulean Blue #324AB2
RGB
CMYK
RGB Variations
Color information
#324AB2 (or 0x324AB2) is known color: Cerulean Blue. HEX triplet: 32, 4A and B2. RGB value is (50,74,178). Sum of RGB (Red+Green+Blue) = 50+74+178=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #324AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AB2 is #CDB54D. Grayscale: #4E4E4E. Windows color (decimal): -13481294 or 11684402. OLE color: 11684402.
HSL color Cylindrical-coordinate representation of color #324AB2: hue angle of 228.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324AB2 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 74 | 178 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.30 |
| HSL | 228.75º | 0.56% | 0.45% | - |
| HSV(B) | 228.75º | 0.72% | 0.7% | - |
| XYZ | 11.8 | 8.79 | 43.19 | - |
| YUV | 78.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 178 | 0.72 | 0.58 | 0 | 0.30 | 228.75 | 0.56 | 0.45 |
| Hex | 32 | 4A | B2 | 48 | 3A | 0 | 1E | E5 | 38 | 2D |
| Octal | 62 | 112 | 262 | 110 | 72 | 0 | 36 | 345 | 70 | 55 |
| Binary | 110010 | 1001010 | 10110010 | 1001000 | 111010 | 0 | 11110 | 11100101 | 111000 | 101101 |
Color Harmonies of #324AB2
Complementary color
Monochromatic Colors of #324AB2
Black with #324AB2
Text Example
Text Example
White with #324AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AB2; }
p { color: rgb(50,74,178); }
H1.HeaderClassName
{
color: #324AB2;
}
.AnyTagClassName
{
color: #324AB2;
}
</style>
background-color css
<style>
a { background-color: #324AB2; }
a { background-color: rgb(50,74,178); }
div.DivClassName
{
background-color: #324AB2;
}
.BgClassName
{
background-color: #324AB2;
}
</style>
border-color css
<style>
span { border-color: #324AB2; }
span { border-color: rgb(50,74,178); }
td.TdClassName
{
border-color: #324AB2;
}
.TagClassName
{
border-color: #324AB2;
}
</style>