Shades of Cerulean Blue #3153BA
Tints of Cerulean Blue #3153BA
RGB
CMYK
RGB Variations
Color information
#3153BA (or 0x3153BA) is known color: Cerulean Blue. HEX triplet: 31, 53 and BA. RGB value is (49,83,186). Sum of RGB (Red+Green+Blue) = 49+83+186=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #3153BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153BA is #CEAC45. Grayscale: #545454. Windows color (decimal): -13544518 or 12210993. OLE color: 12210993.
HSL color Cylindrical-coordinate representation of color #3153BA: hue angle of 225.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3153BA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 83 | 186 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 225.11º | 0.58% | 0.46% | - |
| HSV(B) | 225.11º | 0.74% | 0.73% | - |
| XYZ | 13.22 | 10.38 | 47.76 | - |
| YUV | 84.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 186 | 0.74 | 0.55 | 0 | 0.27 | 225.11 | 0.58 | 0.46 |
| Hex | 31 | 53 | BA | 4A | 37 | 0 | 1B | E1 | 3A | 2E |
| Octal | 61 | 123 | 272 | 112 | 67 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110001 | 1010011 | 10111010 | 1001010 | 110111 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3153BA
Complementary color
Monochromatic Colors of #3153BA
Black with #3153BA
Text Example
Text Example
White with #3153BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153BA; }
p { color: rgb(49,83,186); }
H1.HeaderClassName
{
color: #3153BA;
}
.AnyTagClassName
{
color: #3153BA;
}
</style>
background-color css
<style>
a { background-color: #3153BA; }
a { background-color: rgb(49,83,186); }
div.DivClassName
{
background-color: #3153BA;
}
.BgClassName
{
background-color: #3153BA;
}
</style>
border-color css
<style>
span { border-color: #3153BA; }
span { border-color: rgb(49,83,186); }
td.TdClassName
{
border-color: #3153BA;
}
.TagClassName
{
border-color: #3153BA;
}
</style>