Shades of Cerulean Blue #3158C1
Tints of Cerulean Blue #3158C1
RGB
CMYK
RGB Variations
Color information
#3158C1 (or 0x3158C1) is known color: Cerulean Blue. HEX triplet: 31, 58 and C1. RGB value is (49,88,193). Sum of RGB (Red+Green+Blue) = 49+88+193=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #3158C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3158C1 is #CEA73E. Grayscale: #575757. Windows color (decimal): -13543231 or 12671025. OLE color: 12671025.
HSL color Cylindrical-coordinate representation of color #3158C1: hue angle of 223.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3158C1 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 88 | 193 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.24 |
| HSL | 223.75º | 0.6% | 0.47% | - |
| HSV(B) | 223.75º | 0.75% | 0.76% | - |
| XYZ | 14.38 | 11.48 | 51.91 | - |
| YUV | 88.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 193 | 0.75 | 0.54 | 0 | 0.24 | 223.75 | 0.6 | 0.47 |
| Hex | 31 | 58 | C1 | 4B | 36 | 0 | 18 | E0 | 3C | 2F |
| Octal | 61 | 130 | 301 | 113 | 66 | 0 | 30 | 340 | 74 | 57 |
| Binary | 110001 | 1011000 | 11000001 | 1001011 | 110110 | 0 | 11000 | 11100000 | 111100 | 101111 |
Color Harmonies of #3158C1
Complementary color
Monochromatic Colors of #3158C1
Black with #3158C1
Text Example
Text Example
White with #3158C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3158C1; }
p { color: rgb(49,88,193); }
H1.HeaderClassName
{
color: #3158C1;
}
.AnyTagClassName
{
color: #3158C1;
}
</style>
background-color css
<style>
a { background-color: #3158C1; }
a { background-color: rgb(49,88,193); }
div.DivClassName
{
background-color: #3158C1;
}
.BgClassName
{
background-color: #3158C1;
}
</style>
border-color css
<style>
span { border-color: #3158C1; }
span { border-color: rgb(49,88,193); }
td.TdClassName
{
border-color: #3158C1;
}
.TagClassName
{
border-color: #3158C1;
}
</style>