Shades of Cerulean Blue #3153BB
Tints of Cerulean Blue #3153BB
RGB
CMYK
RGB Variations
Color information
#3153BB (or 0x3153BB) is known color: Cerulean Blue. HEX triplet: 31, 53 and BB. RGB value is (49,83,187). Sum of RGB (Red+Green+Blue) = 49+83+187=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #3153BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153BB is #CEAC44. Grayscale: #545454. Windows color (decimal): -13544517 or 12276529. OLE color: 12276529.
HSL color Cylindrical-coordinate representation of color #3153BB: hue angle of 225.22º 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 #3153BB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 83 | 187 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.27 |
| HSL | 225.22º | 0.58% | 0.46% | - |
| HSV(B) | 225.22º | 0.74% | 0.73% | - |
| XYZ | 13.33 | 10.43 | 48.32 | - |
| YUV | 84.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 187 | 0.74 | 0.56 | 0 | 0.27 | 225.22 | 0.58 | 0.46 |
| Hex | 31 | 53 | BB | 4A | 38 | 0 | 1B | E1 | 3A | 2E |
| Octal | 61 | 123 | 273 | 112 | 70 | 0 | 33 | 341 | 72 | 56 |
| Binary | 110001 | 1010011 | 10111011 | 1001010 | 111000 | 0 | 11011 | 11100001 | 111010 | 101110 |
Color Harmonies of #3153BB
Complementary color
Monochromatic Colors of #3153BB
Black with #3153BB
Text Example
Text Example
White with #3153BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153BB; }
p { color: rgb(49,83,187); }
H1.HeaderClassName
{
color: #3153BB;
}
.AnyTagClassName
{
color: #3153BB;
}
</style>
background-color css
<style>
a { background-color: #3153BB; }
a { background-color: rgb(49,83,187); }
div.DivClassName
{
background-color: #3153BB;
}
.BgClassName
{
background-color: #3153BB;
}
</style>
border-color css
<style>
span { border-color: #3153BB; }
span { border-color: rgb(49,83,187); }
td.TdClassName
{
border-color: #3153BB;
}
.TagClassName
{
border-color: #3153BB;
}
</style>