Shades of Cerulean Blue #3152CE
Tints of Cerulean Blue #3152CE
RGB
CMYK
RGB Variations
Color information
#3152CE (or 0x3152CE) is known color: Cerulean Blue. HEX triplet: 31, 52 and CE. RGB value is (49,82,206). Sum of RGB (Red+Green+Blue) = 49+82+206=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #3152CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152CE is #CEAD31. Grayscale: #555555. Windows color (decimal): -13544754 or 13521457. OLE color: 13521457.
HSL color Cylindrical-coordinate representation of color #3152CE: hue angle of 227.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3152CE is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 82 | 206 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.19 |
| HSL | 227.39º | 0.62% | 0.5% | - |
| HSV(B) | 227.39º | 0.76% | 0.81% | - |
| XYZ | 15.42 | 11.14 | 59.73 | - |
| YUV | 86.27 | 195.57 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 206 | 0.76 | 0.60 | 0 | 0.19 | 227.39 | 0.62 | 0.5 |
| Hex | 31 | 52 | CE | 4C | 3C | 0 | 13 | E3 | 3E | 32 |
| Octal | 61 | 122 | 316 | 114 | 74 | 0 | 23 | 343 | 76 | 62 |
| Binary | 110001 | 1010010 | 11001110 | 1001100 | 111100 | 0 | 10011 | 11100011 | 111110 | 110010 |
Color Harmonies of #3152CE
Complementary color
Monochromatic Colors of #3152CE
Black with #3152CE
Text Example
Text Example
White with #3152CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3152CE; }
p { color: rgb(49,82,206); }
H1.HeaderClassName
{
color: #3152CE;
}
.AnyTagClassName
{
color: #3152CE;
}
</style>
background-color css
<style>
a { background-color: #3152CE; }
a { background-color: rgb(49,82,206); }
div.DivClassName
{
background-color: #3152CE;
}
.BgClassName
{
background-color: #3152CE;
}
</style>
border-color css
<style>
span { border-color: #3152CE; }
span { border-color: rgb(49,82,206); }
td.TdClassName
{
border-color: #3152CE;
}
.TagClassName
{
border-color: #3152CE;
}
</style>