Shades of Cerulean Blue #3145AD
Tints of Cerulean Blue #3145AD
RGB
CMYK
RGB Variations
Color information
#3145AD (or 0x3145AD) is known color: Cerulean Blue. HEX triplet: 31, 45 and AD. RGB value is (49,69,173). Sum of RGB (Red+Green+Blue) = 49+69+173=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #3145AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3145AD is #CEBA52. Grayscale: #4A4A4A. Windows color (decimal): -13548115 or 11355441. OLE color: 11355441.
HSL color Cylindrical-coordinate representation of color #3145AD: hue angle of 230.32º 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 #3145AD is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 69 | 173 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.32 |
| HSL | 230.32º | 0.56% | 0.44% | - |
| HSV(B) | 230.32º | 0.72% | 0.68% | - |
| XYZ | 10.94 | 7.93 | 40.49 | - |
| YUV | 74.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 173 | 0.72 | 0.60 | 0 | 0.32 | 230.32 | 0.56 | 0.44 |
| Hex | 31 | 45 | AD | 48 | 3C | 0 | 20 | E6 | 38 | 2C |
| Octal | 61 | 105 | 255 | 110 | 74 | 0 | 40 | 346 | 70 | 54 |
| Binary | 110001 | 1000101 | 10101101 | 1001000 | 111100 | 0 | 100000 | 11100110 | 111000 | 101100 |
Color Harmonies of #3145AD
Complementary color
Monochromatic Colors of #3145AD
Black with #3145AD
Text Example
Text Example
White with #3145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3145AD; }
p { color: rgb(49,69,173); }
H1.HeaderClassName
{
color: #3145AD;
}
.AnyTagClassName
{
color: #3145AD;
}
</style>
background-color css
<style>
a { background-color: #3145AD; }
a { background-color: rgb(49,69,173); }
div.DivClassName
{
background-color: #3145AD;
}
.BgClassName
{
background-color: #3145AD;
}
</style>
border-color css
<style>
span { border-color: #3145AD; }
span { border-color: rgb(49,69,173); }
td.TdClassName
{
border-color: #3145AD;
}
.TagClassName
{
border-color: #3145AD;
}
</style>