Shades of Cerulean Blue #3153AD
Tints of Cerulean Blue #3153AD
RGB
CMYK
RGB Variations
Color information
#3153AD (or 0x3153AD) is known color: Cerulean Blue. HEX triplet: 31, 53 and AD. RGB value is (49,83,173). Sum of RGB (Red+Green+Blue) = 49+83+173=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #3153AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153AD is #CEAC52. Grayscale: #525252. Windows color (decimal): -13544531 or 11359025. OLE color: 11359025.
HSL color Cylindrical-coordinate representation of color #3153AD: hue angle of 223.55º 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 #3153AD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 83 | 173 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.32 |
| HSL | 223.55º | 0.56% | 0.44% | - |
| HSV(B) | 223.55º | 0.72% | 0.68% | - |
| XYZ | 11.9 | 9.86 | 40.81 | - |
| YUV | 83.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 173 | 0.72 | 0.52 | 0 | 0.32 | 223.55 | 0.56 | 0.44 |
| Hex | 31 | 53 | AD | 48 | 34 | 0 | 20 | E0 | 38 | 2C |
| Octal | 61 | 123 | 255 | 110 | 64 | 0 | 40 | 340 | 70 | 54 |
| Binary | 110001 | 1010011 | 10101101 | 1001000 | 110100 | 0 | 100000 | 11100000 | 111000 | 101100 |
Color Harmonies of #3153AD
Complementary color
Monochromatic Colors of #3153AD
Black with #3153AD
Text Example
Text Example
White with #3153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153AD; }
p { color: rgb(49,83,173); }
H1.HeaderClassName
{
color: #3153AD;
}
.AnyTagClassName
{
color: #3153AD;
}
</style>
background-color css
<style>
a { background-color: #3153AD; }
a { background-color: rgb(49,83,173); }
div.DivClassName
{
background-color: #3153AD;
}
.BgClassName
{
background-color: #3153AD;
}
</style>
border-color css
<style>
span { border-color: #3153AD; }
span { border-color: rgb(49,83,173); }
td.TdClassName
{
border-color: #3153AD;
}
.TagClassName
{
border-color: #3153AD;
}
</style>