Shades of Cerulean Blue #3155C2
Tints of Cerulean Blue #3155C2
RGB
CMYK
RGB Variations
Color information
#3155C2 (or 0x3155C2) is known color: Cerulean Blue. HEX triplet: 31, 55 and C2. RGB value is (49,85,194). Sum of RGB (Red+Green+Blue) = 49+85+194=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #3155C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155C2 is #CEAA3D. Grayscale: #565656. Windows color (decimal): -13543998 or 12735793. OLE color: 12735793.
HSL color Cylindrical-coordinate representation of color #3155C2: hue angle of 225.1º 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 #3155C2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 85 | 194 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.24 |
| HSL | 225.1º | 0.6% | 0.48% | - |
| HSV(B) | 225.1º | 0.75% | 0.76% | - |
| XYZ | 14.25 | 11.05 | 52.42 | - |
| YUV | 86.66 | 188.57 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 194 | 0.75 | 0.56 | 0 | 0.24 | 225.1 | 0.6 | 0.48 |
| Hex | 31 | 55 | C2 | 4B | 38 | 0 | 18 | E1 | 3C | 30 |
| Octal | 61 | 125 | 302 | 113 | 70 | 0 | 30 | 341 | 74 | 60 |
| Binary | 110001 | 1010101 | 11000010 | 1001011 | 111000 | 0 | 11000 | 11100001 | 111100 | 110000 |
Color Harmonies of #3155C2
Complementary color
Monochromatic Colors of #3155C2
Black with #3155C2
Text Example
Text Example
White with #3155C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155C2; }
p { color: rgb(49,85,194); }
H1.HeaderClassName
{
color: #3155C2;
}
.AnyTagClassName
{
color: #3155C2;
}
</style>
background-color css
<style>
a { background-color: #3155C2; }
a { background-color: rgb(49,85,194); }
div.DivClassName
{
background-color: #3155C2;
}
.BgClassName
{
background-color: #3155C2;
}
</style>
border-color css
<style>
span { border-color: #3155C2; }
span { border-color: rgb(49,85,194); }
td.TdClassName
{
border-color: #3155C2;
}
.TagClassName
{
border-color: #3155C2;
}
</style>