Shades of Cerulean Blue #3160C1
Tints of Cerulean Blue #3160C1
RGB
CMYK
RGB Variations
Color information
#3160C1 (or 0x3160C1) is known color: Cerulean Blue. HEX triplet: 31, 60 and C1. RGB value is (49,96,193). Sum of RGB (Red+Green+Blue) = 49+96+193=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #3160C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160C1 is #CE9F3E. Grayscale: #5C5C5C. Windows color (decimal): -13541183 or 12673073. OLE color: 12673073.
HSL color Cylindrical-coordinate representation of color #3160C1: hue angle of 220.42º 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 #3160C1 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 96 | 193 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.24 |
| HSL | 220.42º | 0.6% | 0.47% | - |
| HSV(B) | 220.42º | 0.75% | 0.76% | - |
| XYZ | 15.08 | 12.87 | 52.14 | - |
| YUV | 93.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 193 | 0.75 | 0.50 | 0 | 0.24 | 220.42 | 0.6 | 0.47 |
| Hex | 31 | 60 | C1 | 4B | 32 | 0 | 18 | DC | 3C | 2F |
| Octal | 61 | 140 | 301 | 113 | 62 | 0 | 30 | 334 | 74 | 57 |
| Binary | 110001 | 1100000 | 11000001 | 1001011 | 110010 | 0 | 11000 | 11011100 | 111100 | 101111 |
Color Harmonies of #3160C1
Complementary color
Monochromatic Colors of #3160C1
Black with #3160C1
Text Example
Text Example
White with #3160C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3160C1; }
p { color: rgb(49,96,193); }
H1.HeaderClassName
{
color: #3160C1;
}
.AnyTagClassName
{
color: #3160C1;
}
</style>
background-color css
<style>
a { background-color: #3160C1; }
a { background-color: rgb(49,96,193); }
div.DivClassName
{
background-color: #3160C1;
}
.BgClassName
{
background-color: #3160C1;
}
</style>
border-color css
<style>
span { border-color: #3160C1; }
span { border-color: rgb(49,96,193); }
td.TdClassName
{
border-color: #3160C1;
}
.TagClassName
{
border-color: #3160C1;
}
</style>