Shades of Cerulean Blue #324BB8
Tints of Cerulean Blue #324BB8
RGB
CMYK
RGB Variations
Color information
#324BB8 (or 0x324BB8) is known color: Cerulean Blue. HEX triplet: 32, 4B and B8. RGB value is (50,75,184). Sum of RGB (Red+Green+Blue) = 50+75+184=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #324BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BB8 is #CDB447. Grayscale: #4F4F4F. Windows color (decimal): -13481032 or 12077874. OLE color: 12077874.
HSL color Cylindrical-coordinate representation of color #324BB8: hue angle of 228.81º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324BB8 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 75 | 184 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.28 |
| HSL | 228.81º | 0.57% | 0.46% | - |
| HSV(B) | 228.81º | 0.73% | 0.72% | - |
| XYZ | 12.48 | 9.17 | 46.46 | - |
| YUV | 79.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 184 | 0.73 | 0.59 | 0 | 0.28 | 228.81 | 0.57 | 0.46 |
| Hex | 32 | 4B | B8 | 49 | 3B | 0 | 1C | E5 | 39 | 2E |
| Octal | 62 | 113 | 270 | 111 | 73 | 0 | 34 | 345 | 71 | 56 |
| Binary | 110010 | 1001011 | 10111000 | 1001001 | 111011 | 0 | 11100 | 11100101 | 111001 | 101110 |
Color Harmonies of #324BB8
Complementary color
Monochromatic Colors of #324BB8
Black with #324BB8
Text Example
Text Example
White with #324BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BB8; }
p { color: rgb(50,75,184); }
H1.HeaderClassName
{
color: #324BB8;
}
.AnyTagClassName
{
color: #324BB8;
}
</style>
background-color css
<style>
a { background-color: #324BB8; }
a { background-color: rgb(50,75,184); }
div.DivClassName
{
background-color: #324BB8;
}
.BgClassName
{
background-color: #324BB8;
}
</style>
border-color css
<style>
span { border-color: #324BB8; }
span { border-color: rgb(50,75,184); }
td.TdClassName
{
border-color: #324BB8;
}
.TagClassName
{
border-color: #324BB8;
}
</style>