Shades of Cerulean Blue #3150C2
Tints of Cerulean Blue #3150C2
RGB
CMYK
RGB Variations
Color information
#3150C2 (or 0x3150C2) is known color: Cerulean Blue. HEX triplet: 31, 50 and C2. RGB value is (49,80,194). Sum of RGB (Red+Green+Blue) = 49+80+194=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #3150C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150C2 is #CEAF3D. Grayscale: #535353. Windows color (decimal): -13545278 or 12734513. OLE color: 12734513.
HSL color Cylindrical-coordinate representation of color #3150C2: hue angle of 227.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3150C2 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 80 | 194 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.24 |
| HSL | 227.17º | 0.6% | 0.48% | - |
| HSV(B) | 227.17º | 0.75% | 0.76% | - |
| XYZ | 13.87 | 10.29 | 52.29 | - |
| YUV | 83.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 194 | 0.75 | 0.59 | 0 | 0.24 | 227.17 | 0.6 | 0.48 |
| Hex | 31 | 50 | C2 | 4B | 3B | 0 | 18 | E3 | 3C | 30 |
| Octal | 61 | 120 | 302 | 113 | 73 | 0 | 30 | 343 | 74 | 60 |
| Binary | 110001 | 1010000 | 11000010 | 1001011 | 111011 | 0 | 11000 | 11100011 | 111100 | 110000 |
Color Harmonies of #3150C2
Complementary color
Monochromatic Colors of #3150C2
Black with #3150C2
Text Example
Text Example
White with #3150C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3150C2; }
p { color: rgb(49,80,194); }
H1.HeaderClassName
{
color: #3150C2;
}
.AnyTagClassName
{
color: #3150C2;
}
</style>
background-color css
<style>
a { background-color: #3150C2; }
a { background-color: rgb(49,80,194); }
div.DivClassName
{
background-color: #3150C2;
}
.BgClassName
{
background-color: #3150C2;
}
</style>
border-color css
<style>
span { border-color: #3150C2; }
span { border-color: rgb(49,80,194); }
td.TdClassName
{
border-color: #3150C2;
}
.TagClassName
{
border-color: #3150C2;
}
</style>