Shades of Cerulean Blue #324CBF
Tints of Cerulean Blue #324CBF
RGB
CMYK
RGB Variations
Color information
#324CBF (or 0x324CBF) is known color: Cerulean Blue. HEX triplet: 32, 4C and BF. RGB value is (50,76,191). Sum of RGB (Red+Green+Blue) = 50+76+191=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #324CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBF is #CDB340. Grayscale: #505050. Windows color (decimal): -13480769 or 12536882. OLE color: 12536882.
HSL color Cylindrical-coordinate representation of color #324CBF: hue angle of 228.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324CBF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 76 | 191 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.25 |
| HSL | 228.94º | 0.59% | 0.47% | - |
| HSV(B) | 228.94º | 0.74% | 0.75% | - |
| XYZ | 13.3 | 9.61 | 50.44 | - |
| YUV | 81.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 191 | 0.74 | 0.60 | 0 | 0.25 | 228.94 | 0.59 | 0.47 |
| Hex | 32 | 4C | BF | 4A | 3C | 0 | 19 | E5 | 3B | 2F |
| Octal | 62 | 114 | 277 | 112 | 74 | 0 | 31 | 345 | 73 | 57 |
| Binary | 110010 | 1001100 | 10111111 | 1001010 | 111100 | 0 | 11001 | 11100101 | 111011 | 101111 |
Color Harmonies of #324CBF
Complementary color
Monochromatic Colors of #324CBF
Black with #324CBF
Text Example
Text Example
White with #324CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CBF; }
p { color: rgb(50,76,191); }
H1.HeaderClassName
{
color: #324CBF;
}
.AnyTagClassName
{
color: #324CBF;
}
</style>
background-color css
<style>
a { background-color: #324CBF; }
a { background-color: rgb(50,76,191); }
div.DivClassName
{
background-color: #324CBF;
}
.BgClassName
{
background-color: #324CBF;
}
</style>
border-color css
<style>
span { border-color: #324CBF; }
span { border-color: rgb(50,76,191); }
td.TdClassName
{
border-color: #324CBF;
}
.TagClassName
{
border-color: #324CBF;
}
</style>