Shades of Cerulean Blue #324BBF
Tints of Cerulean Blue #324BBF
RGB
CMYK
RGB Variations
Color information
#324BBF (or 0x324BBF) is known color: Cerulean Blue. HEX triplet: 32, 4B and BF. RGB value is (50,75,191). Sum of RGB (Red+Green+Blue) = 50+75+191=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #324BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBF is #CDB440. Grayscale: #505050. Windows color (decimal): -13481025 or 12536626. OLE color: 12536626.
HSL color Cylindrical-coordinate representation of color #324BBF: hue angle of 229.36º 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 #324BBF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 75 | 191 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.25 |
| HSL | 229.36º | 0.59% | 0.47% | - |
| HSV(B) | 229.36º | 0.74% | 0.75% | - |
| XYZ | 13.24 | 9.47 | 50.42 | - |
| YUV | 80.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 191 | 0.74 | 0.61 | 0 | 0.25 | 229.36 | 0.59 | 0.47 |
| Hex | 32 | 4B | BF | 4A | 3D | 0 | 19 | E5 | 3B | 2F |
| Octal | 62 | 113 | 277 | 112 | 75 | 0 | 31 | 345 | 73 | 57 |
| Binary | 110010 | 1001011 | 10111111 | 1001010 | 111101 | 0 | 11001 | 11100101 | 111011 | 101111 |
Color Harmonies of #324BBF
Complementary color
Monochromatic Colors of #324BBF
Black with #324BBF
Text Example
Text Example
White with #324BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BBF; }
p { color: rgb(50,75,191); }
H1.HeaderClassName
{
color: #324BBF;
}
.AnyTagClassName
{
color: #324BBF;
}
</style>
background-color css
<style>
a { background-color: #324BBF; }
a { background-color: rgb(50,75,191); }
div.DivClassName
{
background-color: #324BBF;
}
.BgClassName
{
background-color: #324BBF;
}
</style>
border-color css
<style>
span { border-color: #324BBF; }
span { border-color: rgb(50,75,191); }
td.TdClassName
{
border-color: #324BBF;
}
.TagClassName
{
border-color: #324BBF;
}
</style>