Shades of Cerulean Blue #3158CE
Tints of Cerulean Blue #3158CE
RGB
CMYK
RGB Variations
Color information
#3158CE (or 0x3158CE) is known color: Cerulean Blue. HEX triplet: 31, 58 and CE. RGB value is (49,88,206). Sum of RGB (Red+Green+Blue) = 49+88+206=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3158CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3158CE is #CEA731. Grayscale: #595959. Windows color (decimal): -13543218 or 13522993. OLE color: 13522993.
HSL color Cylindrical-coordinate representation of color #3158CE: hue angle of 225.1º 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 #3158CE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 88 | 206 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.19 |
| HSL | 225.1º | 0.62% | 0.5% | - |
| HSV(B) | 225.1º | 0.76% | 0.81% | - |
| XYZ | 15.9 | 12.09 | 59.89 | - |
| YUV | 89.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 206 | 0.76 | 0.57 | 0 | 0.19 | 225.1 | 0.62 | 0.5 |
| Hex | 31 | 58 | CE | 4C | 39 | 0 | 13 | E1 | 3E | 32 |
| Octal | 61 | 130 | 316 | 114 | 71 | 0 | 23 | 341 | 76 | 62 |
| Binary | 110001 | 1011000 | 11001110 | 1001100 | 111001 | 0 | 10011 | 11100001 | 111110 | 110010 |
Color Harmonies of #3158CE
Complementary color
Monochromatic Colors of #3158CE
Black with #3158CE
Text Example
Text Example
White with #3158CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3158CE; }
p { color: rgb(49,88,206); }
H1.HeaderClassName
{
color: #3158CE;
}
.AnyTagClassName
{
color: #3158CE;
}
</style>
background-color css
<style>
a { background-color: #3158CE; }
a { background-color: rgb(49,88,206); }
div.DivClassName
{
background-color: #3158CE;
}
.BgClassName
{
background-color: #3158CE;
}
</style>
border-color css
<style>
span { border-color: #3158CE; }
span { border-color: rgb(49,88,206); }
td.TdClassName
{
border-color: #3158CE;
}
.TagClassName
{
border-color: #3158CE;
}
</style>