Shades of Cerulean Blue #3147AD
Tints of Cerulean Blue #3147AD
RGB
CMYK
RGB Variations
Color information
#3147AD (or 0x3147AD) is known color: Cerulean Blue. HEX triplet: 31, 47 and AD. RGB value is (49,71,173). Sum of RGB (Red+Green+Blue) = 49+71+173=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3147AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3147AD is #CEB852. Grayscale: #4B4B4B. Windows color (decimal): -13547603 or 11355953. OLE color: 11355953.
HSL color Cylindrical-coordinate representation of color #3147AD: hue angle of 229.35º 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 #3147AD is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 71 | 173 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.32 |
| HSL | 229.35º | 0.56% | 0.44% | - |
| HSV(B) | 229.35º | 0.72% | 0.68% | - |
| XYZ | 11.06 | 8.18 | 40.53 | - |
| YUV | 76.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 173 | 0.72 | 0.59 | 0 | 0.32 | 229.35 | 0.56 | 0.44 |
| Hex | 31 | 47 | AD | 48 | 3B | 0 | 20 | E5 | 38 | 2C |
| Octal | 61 | 107 | 255 | 110 | 73 | 0 | 40 | 345 | 70 | 54 |
| Binary | 110001 | 1000111 | 10101101 | 1001000 | 111011 | 0 | 100000 | 11100101 | 111000 | 101100 |
Color Harmonies of #3147AD
Complementary color
Monochromatic Colors of #3147AD
Black with #3147AD
Text Example
Text Example
White with #3147AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3147AD; }
p { color: rgb(49,71,173); }
H1.HeaderClassName
{
color: #3147AD;
}
.AnyTagClassName
{
color: #3147AD;
}
</style>
background-color css
<style>
a { background-color: #3147AD; }
a { background-color: rgb(49,71,173); }
div.DivClassName
{
background-color: #3147AD;
}
.BgClassName
{
background-color: #3147AD;
}
</style>
border-color css
<style>
span { border-color: #3147AD; }
span { border-color: rgb(49,71,173); }
td.TdClassName
{
border-color: #3147AD;
}
.TagClassName
{
border-color: #3147AD;
}
</style>