Shades of Cerulean Blue #3152CF
Tints of Cerulean Blue #3152CF
RGB
CMYK
RGB Variations
Color information
#3152CF (or 0x3152CF) is known color: Cerulean Blue. HEX triplet: 31, 52 and CF. RGB value is (49,82,207). Sum of RGB (Red+Green+Blue) = 49+82+207=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #3152CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152CF is #CEAD30. Grayscale: #555555. Windows color (decimal): -13544753 or 13586993. OLE color: 13586993.
HSL color Cylindrical-coordinate representation of color #3152CF: hue angle of 227.47º 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 #3152CF is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 82 | 207 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.19 |
| HSL | 227.47º | 0.62% | 0.5% | - |
| HSV(B) | 227.47º | 0.76% | 0.81% | - |
| XYZ | 15.55 | 11.19 | 60.37 | - |
| YUV | 86.38 | 196.07 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 207 | 0.76 | 0.60 | 0 | 0.19 | 227.47 | 0.62 | 0.5 |
| Hex | 31 | 52 | CF | 4C | 3C | 0 | 13 | E3 | 3E | 32 |
| Octal | 61 | 122 | 317 | 114 | 74 | 0 | 23 | 343 | 76 | 62 |
| Binary | 110001 | 1010010 | 11001111 | 1001100 | 111100 | 0 | 10011 | 11100011 | 111110 | 110010 |
Color Harmonies of #3152CF
Complementary color
Monochromatic Colors of #3152CF
Black with #3152CF
Text Example
Text Example
White with #3152CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3152CF; }
p { color: rgb(49,82,207); }
H1.HeaderClassName
{
color: #3152CF;
}
.AnyTagClassName
{
color: #3152CF;
}
</style>
background-color css
<style>
a { background-color: #3152CF; }
a { background-color: rgb(49,82,207); }
div.DivClassName
{
background-color: #3152CF;
}
.BgClassName
{
background-color: #3152CF;
}
</style>
border-color css
<style>
span { border-color: #3152CF; }
span { border-color: rgb(49,82,207); }
td.TdClassName
{
border-color: #3152CF;
}
.TagClassName
{
border-color: #3152CF;
}
</style>