Shades of Cerulean Blue #324DCB
Tints of Cerulean Blue #324DCB
RGB
CMYK
RGB Variations
Color information
#324DCB (or 0x324DCB) is known color: Cerulean Blue. HEX triplet: 32, 4D and CB. RGB value is (50,77,203). Sum of RGB (Red+Green+Blue) = 50+77+203=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #324DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DCB is #CDB234. Grayscale: #525252. Windows color (decimal): -13480501 or 13323570. OLE color: 13323570.
HSL color Cylindrical-coordinate representation of color #324DCB: hue angle of 229.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324DCB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 77 | 203 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.20 |
| HSL | 229.41º | 0.6% | 0.5% | - |
| HSV(B) | 229.41º | 0.75% | 0.8% | - |
| XYZ | 14.75 | 10.3 | 57.71 | - |
| YUV | 83.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 203 | 0.75 | 0.62 | 0 | 0.20 | 229.41 | 0.6 | 0.5 |
| Hex | 32 | 4D | CB | 4B | 3E | 0 | 14 | E5 | 3C | 32 |
| Octal | 62 | 115 | 313 | 113 | 76 | 0 | 24 | 345 | 74 | 62 |
| Binary | 110010 | 1001101 | 11001011 | 1001011 | 111110 | 0 | 10100 | 11100101 | 111100 | 110010 |
Color Harmonies of #324DCB
Complementary color
Monochromatic Colors of #324DCB
Black with #324DCB
Text Example
Text Example
White with #324DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DCB; }
p { color: rgb(50,77,203); }
H1.HeaderClassName
{
color: #324DCB;
}
.AnyTagClassName
{
color: #324DCB;
}
</style>
background-color css
<style>
a { background-color: #324DCB; }
a { background-color: rgb(50,77,203); }
div.DivClassName
{
background-color: #324DCB;
}
.BgClassName
{
background-color: #324DCB;
}
</style>
border-color css
<style>
span { border-color: #324DCB; }
span { border-color: rgb(50,77,203); }
td.TdClassName
{
border-color: #324DCB;
}
.TagClassName
{
border-color: #324DCB;
}
</style>