Shades of Cerulean Blue #3153AA
Tints of Cerulean Blue #3153AA
RGB
CMYK
RGB Variations
Color information
#3153AA (or 0x3153AA) is known color: Cerulean Blue. HEX triplet: 31, 53 and AA. RGB value is (49,83,170). Sum of RGB (Red+Green+Blue) = 49+83+170=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #3153AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153AA is #CEAC55. Grayscale: #525252. Windows color (decimal): -13544534 or 11162417. OLE color: 11162417.
HSL color Cylindrical-coordinate representation of color #3153AA: hue angle of 223.14º 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 #3153AA is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 83 | 170 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.33 |
| HSL | 223.14º | 0.55% | 0.43% | - |
| HSV(B) | 223.14º | 0.71% | 0.67% | - |
| XYZ | 11.62 | 9.74 | 39.3 | - |
| YUV | 82.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 170 | 0.71 | 0.51 | 0 | 0.33 | 223.14 | 0.55 | 0.43 |
| Hex | 31 | 53 | AA | 47 | 33 | 0 | 21 | DF | 37 | 2B |
| Octal | 61 | 123 | 252 | 107 | 63 | 0 | 41 | 337 | 67 | 53 |
| Binary | 110001 | 1010011 | 10101010 | 1000111 | 110011 | 0 | 100001 | 11011111 | 110111 | 101011 |
Color Harmonies of #3153AA
Complementary color
Monochromatic Colors of #3153AA
Black with #3153AA
Text Example
Text Example
White with #3153AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153AA; }
p { color: rgb(49,83,170); }
H1.HeaderClassName
{
color: #3153AA;
}
.AnyTagClassName
{
color: #3153AA;
}
</style>
background-color css
<style>
a { background-color: #3153AA; }
a { background-color: rgb(49,83,170); }
div.DivClassName
{
background-color: #3153AA;
}
.BgClassName
{
background-color: #3153AA;
}
</style>
border-color css
<style>
span { border-color: #3153AA; }
span { border-color: rgb(49,83,170); }
td.TdClassName
{
border-color: #3153AA;
}
.TagClassName
{
border-color: #3153AA;
}
</style>