Shades of Cerulean Blue #3156AD
Tints of Cerulean Blue #3156AD
RGB
CMYK
RGB Variations
Color information
#3156AD (or 0x3156AD) is known color: Cerulean Blue. HEX triplet: 31, 56 and AD. RGB value is (49,86,173). Sum of RGB (Red+Green+Blue) = 49+86+173=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #3156AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3156AD is #CEA952. Grayscale: #545454. Windows color (decimal): -13543763 or 11359793. OLE color: 11359793.
HSL color Cylindrical-coordinate representation of color #3156AD: hue angle of 222.1º 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 #3156AD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 86 | 173 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.32 |
| HSL | 222.1º | 0.56% | 0.44% | - |
| HSV(B) | 222.1º | 0.72% | 0.68% | - |
| XYZ | 12.14 | 10.33 | 40.89 | - |
| YUV | 84.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 173 | 0.72 | 0.50 | 0 | 0.32 | 222.1 | 0.56 | 0.44 |
| Hex | 31 | 56 | AD | 48 | 32 | 0 | 20 | DE | 38 | 2C |
| Octal | 61 | 126 | 255 | 110 | 62 | 0 | 40 | 336 | 70 | 54 |
| Binary | 110001 | 1010110 | 10101101 | 1001000 | 110010 | 0 | 100000 | 11011110 | 111000 | 101100 |
Color Harmonies of #3156AD
Complementary color
Monochromatic Colors of #3156AD
Black with #3156AD
Text Example
Text Example
White with #3156AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3156AD; }
p { color: rgb(49,86,173); }
H1.HeaderClassName
{
color: #3156AD;
}
.AnyTagClassName
{
color: #3156AD;
}
</style>
background-color css
<style>
a { background-color: #3156AD; }
a { background-color: rgb(49,86,173); }
div.DivClassName
{
background-color: #3156AD;
}
.BgClassName
{
background-color: #3156AD;
}
</style>
border-color css
<style>
span { border-color: #3156AD; }
span { border-color: rgb(49,86,173); }
td.TdClassName
{
border-color: #3156AD;
}
.TagClassName
{
border-color: #3156AD;
}
</style>