Shades of Cerulean Blue #324CAA
Tints of Cerulean Blue #324CAA
RGB
CMYK
RGB Variations
Color information
#324CAA (or 0x324CAA) is known color: Cerulean Blue. HEX triplet: 32, 4C and AA. RGB value is (50,76,170). Sum of RGB (Red+Green+Blue) = 50+76+170=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #324CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324CAA is #CDB355. Grayscale: #4E4E4E. Windows color (decimal): -13480790 or 11160626. OLE color: 11160626.
HSL color Cylindrical-coordinate representation of color #324CAA: hue angle of 227º 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 #324CAA is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 76 | 170 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.33 |
| HSL | 227º | 0.55% | 0.43% | - |
| HSV(B) | 227º | 0.71% | 0.67% | - |
| XYZ | 11.16 | 8.75 | 39.13 | - |
| YUV | 78.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 170 | 0.71 | 0.55 | 0 | 0.33 | 227 | 0.55 | 0.43 |
| Hex | 32 | 4C | AA | 47 | 37 | 0 | 21 | E3 | 37 | 2B |
| Octal | 62 | 114 | 252 | 107 | 67 | 0 | 41 | 343 | 67 | 53 |
| Binary | 110010 | 1001100 | 10101010 | 1000111 | 110111 | 0 | 100001 | 11100011 | 110111 | 101011 |
Color Harmonies of #324CAA
Complementary color
Monochromatic Colors of #324CAA
Black with #324CAA
Text Example
Text Example
White with #324CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CAA; }
p { color: rgb(50,76,170); }
H1.HeaderClassName
{
color: #324CAA;
}
.AnyTagClassName
{
color: #324CAA;
}
</style>
background-color css
<style>
a { background-color: #324CAA; }
a { background-color: rgb(50,76,170); }
div.DivClassName
{
background-color: #324CAA;
}
.BgClassName
{
background-color: #324CAA;
}
</style>
border-color css
<style>
span { border-color: #324CAA; }
span { border-color: rgb(50,76,170); }
td.TdClassName
{
border-color: #324CAA;
}
.TagClassName
{
border-color: #324CAA;
}
</style>