Shades of Cerulean Blue #3153AB
Tints of Cerulean Blue #3153AB
RGB
CMYK
RGB Variations
Color information
#3153AB (or 0x3153AB) is known color: Cerulean Blue. HEX triplet: 31, 53 and AB. RGB value is (49,83,171). Sum of RGB (Red+Green+Blue) = 49+83+171=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #3153AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153AB is #CEAC54. Grayscale: #525252. Windows color (decimal): -13544533 or 11227953. OLE color: 11227953.
HSL color Cylindrical-coordinate representation of color #3153AB: hue angle of 223.28º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3153AB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 83 | 171 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.33 |
| HSL | 223.28º | 0.55% | 0.43% | - |
| HSV(B) | 223.28º | 0.71% | 0.67% | - |
| XYZ | 11.71 | 9.78 | 39.8 | - |
| YUV | 82.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 171 | 0.71 | 0.51 | 0 | 0.33 | 223.28 | 0.55 | 0.43 |
| Hex | 31 | 53 | AB | 47 | 33 | 0 | 21 | DF | 37 | 2B |
| Octal | 61 | 123 | 253 | 107 | 63 | 0 | 41 | 337 | 67 | 53 |
| Binary | 110001 | 1010011 | 10101011 | 1000111 | 110011 | 0 | 100001 | 11011111 | 110111 | 101011 |
Color Harmonies of #3153AB
Complementary color
Monochromatic Colors of #3153AB
Black with #3153AB
Text Example
Text Example
White with #3153AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153AB; }
p { color: rgb(49,83,171); }
H1.HeaderClassName
{
color: #3153AB;
}
.AnyTagClassName
{
color: #3153AB;
}
</style>
background-color css
<style>
a { background-color: #3153AB; }
a { background-color: rgb(49,83,171); }
div.DivClassName
{
background-color: #3153AB;
}
.BgClassName
{
background-color: #3153AB;
}
</style>
border-color css
<style>
span { border-color: #3153AB; }
span { border-color: rgb(49,83,171); }
td.TdClassName
{
border-color: #3153AB;
}
.TagClassName
{
border-color: #3153AB;
}
</style>