Shades of Cerulean Blue #3153BC
Tints of Cerulean Blue #3153BC
RGB
CMYK
RGB Variations
Color information
#3153BC (or 0x3153BC) is known color: Cerulean Blue. HEX triplet: 31, 53 and BC. RGB value is (49,83,188). Sum of RGB (Red+Green+Blue) = 49+83+188=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #3153BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153BC is #CEAC43. Grayscale: #545454. Windows color (decimal): -13544516 or 12342065. OLE color: 12342065.
HSL color Cylindrical-coordinate representation of color #3153BC: hue angle of 225.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3153BC is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 83 | 188 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.26 |
| HSL | 225.32º | 0.59% | 0.46% | - |
| HSV(B) | 225.32º | 0.74% | 0.74% | - |
| XYZ | 13.44 | 10.47 | 48.89 | - |
| YUV | 84.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 188 | 0.74 | 0.56 | 0 | 0.26 | 225.32 | 0.59 | 0.46 |
| Hex | 31 | 53 | BC | 4A | 38 | 0 | 1A | E1 | 3B | 2E |
| Octal | 61 | 123 | 274 | 112 | 70 | 0 | 32 | 341 | 73 | 56 |
| Binary | 110001 | 1010011 | 10111100 | 1001010 | 111000 | 0 | 11010 | 11100001 | 111011 | 101110 |
Color Harmonies of #3153BC
Complementary color
Monochromatic Colors of #3153BC
Black with #3153BC
Text Example
Text Example
White with #3153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153BC; }
p { color: rgb(49,83,188); }
H1.HeaderClassName
{
color: #3153BC;
}
.AnyTagClassName
{
color: #3153BC;
}
</style>
background-color css
<style>
a { background-color: #3153BC; }
a { background-color: rgb(49,83,188); }
div.DivClassName
{
background-color: #3153BC;
}
.BgClassName
{
background-color: #3153BC;
}
</style>
border-color css
<style>
span { border-color: #3153BC; }
span { border-color: rgb(49,83,188); }
td.TdClassName
{
border-color: #3153BC;
}
.TagClassName
{
border-color: #3153BC;
}
</style>