Shades of Cerulean Blue #324AC5
Tints of Cerulean Blue #324AC5
RGB
CMYK
RGB Variations
Color information
#324AC5 (or 0x324AC5) is known color: Cerulean Blue. HEX triplet: 32, 4A and C5. RGB value is (50,74,197). Sum of RGB (Red+Green+Blue) = 50+74+197=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 197 (77.34% from 255 or 61.37% from 321); Max value from RGB is 197 - color contains mainly: blue. Hex color #324AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AC5 is #CDB53A. Grayscale: #505050. Windows color (decimal): -13481275 or 12929586. OLE color: 12929586.
HSL color Cylindrical-coordinate representation of color #324AC5: hue angle of 230.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324AC5 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 74 | 197 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.23 |
| HSL | 230.2º | 0.6% | 0.48% | - |
| HSV(B) | 230.2º | 0.75% | 0.77% | - |
| XYZ | 13.84 | 9.61 | 53.95 | - |
| YUV | 80.85 | 193.55 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 197 | 0.75 | 0.62 | 0 | 0.23 | 230.2 | 0.6 | 0.48 |
| Hex | 32 | 4A | C5 | 4B | 3E | 0 | 17 | E6 | 3C | 30 |
| Octal | 62 | 112 | 305 | 113 | 76 | 0 | 27 | 346 | 74 | 60 |
| Binary | 110010 | 1001010 | 11000101 | 1001011 | 111110 | 0 | 10111 | 11100110 | 111100 | 110000 |
Color Harmonies of #324AC5
Complementary color
Monochromatic Colors of #324AC5
Black with #324AC5
Text Example
Text Example
White with #324AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AC5; }
p { color: rgb(50,74,197); }
H1.HeaderClassName
{
color: #324AC5;
}
.AnyTagClassName
{
color: #324AC5;
}
</style>
background-color css
<style>
a { background-color: #324AC5; }
a { background-color: rgb(50,74,197); }
div.DivClassName
{
background-color: #324AC5;
}
.BgClassName
{
background-color: #324AC5;
}
</style>
border-color css
<style>
span { border-color: #324AC5; }
span { border-color: rgb(50,74,197); }
td.TdClassName
{
border-color: #324AC5;
}
.TagClassName
{
border-color: #324AC5;
}
</style>