Shades of Cerulean Blue #324ABE
Tints of Cerulean Blue #324ABE
RGB
CMYK
RGB Variations
Color information
#324ABE (or 0x324ABE) is known color: Cerulean Blue. HEX triplet: 32, 4A and BE. RGB value is (50,74,190). Sum of RGB (Red+Green+Blue) = 50+74+190=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #324ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ABE is #CDB541. Grayscale: #4F4F4F. Windows color (decimal): -13481282 or 12470834. OLE color: 12470834.
HSL color Cylindrical-coordinate representation of color #324ABE: hue angle of 229.71º degrees, saturation: 0.58, 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 #324ABE is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 74 | 190 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.25 |
| HSL | 229.71º | 0.58% | 0.47% | - |
| HSV(B) | 229.71º | 0.74% | 0.75% | - |
| XYZ | 13.06 | 9.29 | 49.82 | - |
| YUV | 80.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 190 | 0.74 | 0.61 | 0 | 0.25 | 229.71 | 0.58 | 0.47 |
| Hex | 32 | 4A | BE | 4A | 3D | 0 | 19 | E6 | 3A | 2F |
| Octal | 62 | 112 | 276 | 112 | 75 | 0 | 31 | 346 | 72 | 57 |
| Binary | 110010 | 1001010 | 10111110 | 1001010 | 111101 | 0 | 11001 | 11100110 | 111010 | 101111 |
Color Harmonies of #324ABE
Complementary color
Monochromatic Colors of #324ABE
Black with #324ABE
Text Example
Text Example
White with #324ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324ABE; }
p { color: rgb(50,74,190); }
H1.HeaderClassName
{
color: #324ABE;
}
.AnyTagClassName
{
color: #324ABE;
}
</style>
background-color css
<style>
a { background-color: #324ABE; }
a { background-color: rgb(50,74,190); }
div.DivClassName
{
background-color: #324ABE;
}
.BgClassName
{
background-color: #324ABE;
}
</style>
border-color css
<style>
span { border-color: #324ABE; }
span { border-color: rgb(50,74,190); }
td.TdClassName
{
border-color: #324ABE;
}
.TagClassName
{
border-color: #324ABE;
}
</style>