Shades of Viking #31B2C1
Tints of Viking #31B2C1
RGB
CMYK
RGB Variations
Color information
#31B2C1 (or 0x31B2C1) is known color: Viking. HEX triplet: 31, B2 and C1. RGB value is (49,178,193). Sum of RGB (Red+Green+Blue) = 49+178+193=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #31B2C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B2C1 is #CE4D3E. Grayscale: #8C8C8C. Windows color (decimal): -13520191 or 12694065. OLE color: 12694065.
HSL color Cylindrical-coordinate representation of color #31B2C1: hue angle of 186.25º 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 #31B2C1 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 178 | 193 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.24 |
| HSL | 186.25º | 0.6% | 0.47% | - |
| HSV(B) | 186.25º | 0.75% | 0.76% | - |
| XYZ | 26.81 | 36.34 | 56.05 | - |
| YUV | 141.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 193 | 0.75 | 0.08 | 0 | 0.24 | 186.25 | 0.6 | 0.47 |
| Hex | 31 | B2 | C1 | 4B | 8 | 0 | 18 | BA | 3C | 2F |
| Octal | 61 | 262 | 301 | 113 | 10 | 0 | 30 | 272 | 74 | 57 |
| Binary | 110001 | 10110010 | 11000001 | 1001011 | 1000 | 0 | 11000 | 10111010 | 111100 | 101111 |
Color Harmonies of #31B2C1
Complementary color
Monochromatic Colors of #31B2C1
Black with #31B2C1
Text Example
Text Example
White with #31B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B2C1; }
p { color: rgb(49,178,193); }
H1.HeaderClassName
{
color: #31B2C1;
}
.AnyTagClassName
{
color: #31B2C1;
}
</style>
background-color css
<style>
a { background-color: #31B2C1; }
a { background-color: rgb(49,178,193); }
div.DivClassName
{
background-color: #31B2C1;
}
.BgClassName
{
background-color: #31B2C1;
}
</style>
border-color css
<style>
span { border-color: #31B2C1; }
span { border-color: rgb(49,178,193); }
td.TdClassName
{
border-color: #31B2C1;
}
.TagClassName
{
border-color: #31B2C1;
}
</style>