Shades of Cerulean Blue #324BBD
Tints of Cerulean Blue #324BBD
RGB
CMYK
RGB Variations
Color information
#324BBD (or 0x324BBD) is known color: Cerulean Blue. HEX triplet: 32, 4B and BD. RGB value is (50,75,189). Sum of RGB (Red+Green+Blue) = 50+75+189=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #324BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBD is #CDB442. Grayscale: #505050. Windows color (decimal): -13481027 or 12405554. OLE color: 12405554.
HSL color Cylindrical-coordinate representation of color #324BBD: hue angle of 229.21º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324BBD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 75 | 189 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.26 |
| HSL | 229.21º | 0.58% | 0.47% | - |
| HSV(B) | 229.21º | 0.74% | 0.74% | - |
| XYZ | 13.02 | 9.38 | 49.27 | - |
| YUV | 80.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 189 | 0.74 | 0.60 | 0 | 0.26 | 229.21 | 0.58 | 0.47 |
| Hex | 32 | 4B | BD | 4A | 3C | 0 | 1A | E5 | 3A | 2F |
| Octal | 62 | 113 | 275 | 112 | 74 | 0 | 32 | 345 | 72 | 57 |
| Binary | 110010 | 1001011 | 10111101 | 1001010 | 111100 | 0 | 11010 | 11100101 | 111010 | 101111 |
Color Harmonies of #324BBD
Complementary color
Monochromatic Colors of #324BBD
Black with #324BBD
Text Example
Text Example
White with #324BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BBD; }
p { color: rgb(50,75,189); }
H1.HeaderClassName
{
color: #324BBD;
}
.AnyTagClassName
{
color: #324BBD;
}
</style>
background-color css
<style>
a { background-color: #324BBD; }
a { background-color: rgb(50,75,189); }
div.DivClassName
{
background-color: #324BBD;
}
.BgClassName
{
background-color: #324BBD;
}
</style>
border-color css
<style>
span { border-color: #324BBD; }
span { border-color: rgb(50,75,189); }
td.TdClassName
{
border-color: #324BBD;
}
.TagClassName
{
border-color: #324BBD;
}
</style>