Shades of Cerulean Blue #3151AD
Tints of Cerulean Blue #3151AD
RGB
CMYK
RGB Variations
Color information
#3151AD (or 0x3151AD) is known color: Cerulean Blue. HEX triplet: 31, 51 and AD. RGB value is (49,81,173). Sum of RGB (Red+Green+Blue) = 49+81+173=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #3151AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3151AD is #CEAE52. Grayscale: #515151. Windows color (decimal): -13545043 or 11358513. OLE color: 11358513.
HSL color Cylindrical-coordinate representation of color #3151AD: hue angle of 224.52º 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 #3151AD is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 81 | 173 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.32 |
| HSL | 224.52º | 0.56% | 0.44% | - |
| HSV(B) | 224.52º | 0.72% | 0.68% | - |
| XYZ | 11.75 | 9.55 | 40.76 | - |
| YUV | 81.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 173 | 0.72 | 0.53 | 0 | 0.32 | 224.52 | 0.56 | 0.44 |
| Hex | 31 | 51 | AD | 48 | 35 | 0 | 20 | E1 | 38 | 2C |
| Octal | 61 | 121 | 255 | 110 | 65 | 0 | 40 | 341 | 70 | 54 |
| Binary | 110001 | 1010001 | 10101101 | 1001000 | 110101 | 0 | 100000 | 11100001 | 111000 | 101100 |
Color Harmonies of #3151AD
Complementary color
Monochromatic Colors of #3151AD
Black with #3151AD
Text Example
Text Example
White with #3151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3151AD; }
p { color: rgb(49,81,173); }
H1.HeaderClassName
{
color: #3151AD;
}
.AnyTagClassName
{
color: #3151AD;
}
</style>
background-color css
<style>
a { background-color: #3151AD; }
a { background-color: rgb(49,81,173); }
div.DivClassName
{
background-color: #3151AD;
}
.BgClassName
{
background-color: #3151AD;
}
</style>
border-color css
<style>
span { border-color: #3151AD; }
span { border-color: rgb(49,81,173); }
td.TdClassName
{
border-color: #3151AD;
}
.TagClassName
{
border-color: #3151AD;
}
</style>