Shades of Cerulean Blue #324AAA
Tints of Cerulean Blue #324AAA
RGB
CMYK
RGB Variations
Color information
#324AAA (or 0x324AAA) is known color: Cerulean Blue. HEX triplet: 32, 4A and AA. RGB value is (50,74,170). Sum of RGB (Red+Green+Blue) = 50+74+170=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #324AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324AAA is #CDB555. Grayscale: #4D4D4D. Windows color (decimal): -13481302 or 11160114. OLE color: 11160114.
HSL color Cylindrical-coordinate representation of color #324AAA: hue angle of 228º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #324AAA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 74 | 170 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.33 |
| HSL | 228º | 0.55% | 0.43% | - |
| HSV(B) | 228º | 0.71% | 0.67% | - |
| XYZ | 11.02 | 8.48 | 39.09 | - |
| YUV | 77.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 170 | 0.71 | 0.56 | 0 | 0.33 | 228 | 0.55 | 0.43 |
| Hex | 32 | 4A | AA | 47 | 38 | 0 | 21 | E4 | 37 | 2B |
| Octal | 62 | 112 | 252 | 107 | 70 | 0 | 41 | 344 | 67 | 53 |
| Binary | 110010 | 1001010 | 10101010 | 1000111 | 111000 | 0 | 100001 | 11100100 | 110111 | 101011 |
Color Harmonies of #324AAA
Complementary color
Monochromatic Colors of #324AAA
Black with #324AAA
Text Example
Text Example
White with #324AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AAA; }
p { color: rgb(50,74,170); }
H1.HeaderClassName
{
color: #324AAA;
}
.AnyTagClassName
{
color: #324AAA;
}
</style>
background-color css
<style>
a { background-color: #324AAA; }
a { background-color: rgb(50,74,170); }
div.DivClassName
{
background-color: #324AAA;
}
.BgClassName
{
background-color: #324AAA;
}
</style>
border-color css
<style>
span { border-color: #324AAA; }
span { border-color: rgb(50,74,170); }
td.TdClassName
{
border-color: #324AAA;
}
.TagClassName
{
border-color: #324AAA;
}
</style>