Shades of Cerulean Blue #3150C0
Tints of Cerulean Blue #3150C0
RGB
CMYK
RGB Variations
Color information
#3150C0 (or 0x3150C0) is known color: Cerulean Blue. HEX triplet: 31, 50 and C0. RGB value is (49,80,192). Sum of RGB (Red+Green+Blue) = 49+80+192=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #3150C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150C0 is #CEAF3F. Grayscale: #535353. Windows color (decimal): -13545280 or 12603441. OLE color: 12603441.
HSL color Cylindrical-coordinate representation of color #3150C0: hue angle of 226.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3150C0 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 80 | 192 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.25 |
| HSL | 226.99º | 0.59% | 0.47% | - |
| HSV(B) | 226.99º | 0.74% | 0.75% | - |
| XYZ | 13.65 | 10.2 | 51.12 | - |
| YUV | 83.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 192 | 0.74 | 0.58 | 0 | 0.25 | 226.99 | 0.59 | 0.47 |
| Hex | 31 | 50 | C0 | 4A | 3A | 0 | 19 | E3 | 3B | 2F |
| Octal | 61 | 120 | 300 | 112 | 72 | 0 | 31 | 343 | 73 | 57 |
| Binary | 110001 | 1010000 | 11000000 | 1001010 | 111010 | 0 | 11001 | 11100011 | 111011 | 101111 |
Color Harmonies of #3150C0
Complementary color
Monochromatic Colors of #3150C0
Black with #3150C0
Text Example
Text Example
White with #3150C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150C0; }
p { color: rgb(49,80,192); }
H1.HeaderClassName
{
color: #3150C0;
}
.AnyTagClassName
{
color: #3150C0;
}
</style>
background-color css
<style>
a { background-color: #3150C0; }
a { background-color: rgb(49,80,192); }
div.DivClassName
{
background-color: #3150C0;
}
.BgClassName
{
background-color: #3150C0;
}
</style>
border-color css
<style>
span { border-color: #3150C0; }
span { border-color: rgb(49,80,192); }
td.TdClassName
{
border-color: #3150C0;
}
.TagClassName
{
border-color: #3150C0;
}
</style>