Shades of Cerulean Blue #3157AD
Tints of Cerulean Blue #3157AD
RGB
CMYK
RGB Variations
Color information
#3157AD (or 0x3157AD) is known color: Cerulean Blue. HEX triplet: 31, 57 and AD. RGB value is (49,87,173). Sum of RGB (Red+Green+Blue) = 49+87+173=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3157AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3157AD is #CEA852. Grayscale: #555555. Windows color (decimal): -13543507 or 11360049. OLE color: 11360049.
HSL color Cylindrical-coordinate representation of color #3157AD: hue angle of 221.61º 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 #3157AD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 87 | 173 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.32 |
| HSL | 221.61º | 0.56% | 0.44% | - |
| HSV(B) | 221.61º | 0.72% | 0.68% | - |
| XYZ | 12.22 | 10.49 | 40.92 | - |
| YUV | 85.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 173 | 0.72 | 0.50 | 0 | 0.32 | 221.61 | 0.56 | 0.44 |
| Hex | 31 | 57 | AD | 48 | 32 | 0 | 20 | DE | 38 | 2C |
| Octal | 61 | 127 | 255 | 110 | 62 | 0 | 40 | 336 | 70 | 54 |
| Binary | 110001 | 1010111 | 10101101 | 1001000 | 110010 | 0 | 100000 | 11011110 | 111000 | 101100 |
Color Harmonies of #3157AD
Complementary color
Monochromatic Colors of #3157AD
Black with #3157AD
Text Example
Text Example
White with #3157AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3157AD; }
p { color: rgb(49,87,173); }
H1.HeaderClassName
{
color: #3157AD;
}
.AnyTagClassName
{
color: #3157AD;
}
</style>
background-color css
<style>
a { background-color: #3157AD; }
a { background-color: rgb(49,87,173); }
div.DivClassName
{
background-color: #3157AD;
}
.BgClassName
{
background-color: #3157AD;
}
</style>
border-color css
<style>
span { border-color: #3157AD; }
span { border-color: rgb(49,87,173); }
td.TdClassName
{
border-color: #3157AD;
}
.TagClassName
{
border-color: #3157AD;
}
</style>