Shades of Cerulean Blue #3158AD
Tints of Cerulean Blue #3158AD
RGB
CMYK
RGB Variations
Color information
#3158AD (or 0x3158AD) is known color: Cerulean Blue. HEX triplet: 31, 58 and AD. RGB value is (49,88,173). Sum of RGB (Red+Green+Blue) = 49+88+173=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3158AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3158AD is #CEA752. Grayscale: #555555. Windows color (decimal): -13543251 or 11360305. OLE color: 11360305.
HSL color Cylindrical-coordinate representation of color #3158AD: hue angle of 221.13º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3158AD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 88 | 173 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.32 |
| HSL | 221.13º | 0.56% | 0.44% | - |
| HSV(B) | 221.13º | 0.72% | 0.68% | - |
| XYZ | 12.3 | 10.65 | 40.94 | - |
| YUV | 86.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 173 | 0.72 | 0.49 | 0 | 0.32 | 221.13 | 0.56 | 0.44 |
| Hex | 31 | 58 | AD | 48 | 31 | 0 | 20 | DD | 38 | 2C |
| Octal | 61 | 130 | 255 | 110 | 61 | 0 | 40 | 335 | 70 | 54 |
| Binary | 110001 | 1011000 | 10101101 | 1001000 | 110001 | 0 | 100000 | 11011101 | 111000 | 101100 |
Color Harmonies of #3158AD
Complementary color
Monochromatic Colors of #3158AD
Black with #3158AD
Text Example
Text Example
White with #3158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3158AD; }
p { color: rgb(49,88,173); }
H1.HeaderClassName
{
color: #3158AD;
}
.AnyTagClassName
{
color: #3158AD;
}
</style>
background-color css
<style>
a { background-color: #3158AD; }
a { background-color: rgb(49,88,173); }
div.DivClassName
{
background-color: #3158AD;
}
.BgClassName
{
background-color: #3158AD;
}
</style>
border-color css
<style>
span { border-color: #3158AD; }
span { border-color: rgb(49,88,173); }
td.TdClassName
{
border-color: #3158AD;
}
.TagClassName
{
border-color: #3158AD;
}
</style>