Shades of Viking #31B5C1
Tints of Viking #31B5C1
RGB
CMYK
RGB Variations
Color information
#31B5C1 (or 0x31B5C1) is known color: Viking. HEX triplet: 31, B5 and C1. RGB value is (49,181,193). Sum of RGB (Red+Green+Blue) = 49+181+193=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #31B5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B5C1 is #CE4A3E. Grayscale: #8E8E8E. Windows color (decimal): -13519423 or 12694833. OLE color: 12694833.
HSL color Cylindrical-coordinate representation of color #31B5C1: hue angle of 185º 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 #31B5C1 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 181 | 193 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.24 |
| HSL | 185º | 0.6% | 0.47% | - |
| HSV(B) | 185º | 0.75% | 0.76% | - |
| XYZ | 27.42 | 37.55 | 56.26 | - |
| YUV | 142.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 193 | 0.75 | 0.06 | 0 | 0.24 | 185 | 0.6 | 0.47 |
| Hex | 31 | B5 | C1 | 4B | 6 | 0 | 18 | B9 | 3C | 2F |
| Octal | 61 | 265 | 301 | 113 | 6 | 0 | 30 | 271 | 74 | 57 |
| Binary | 110001 | 10110101 | 11000001 | 1001011 | 110 | 0 | 11000 | 10111001 | 111100 | 101111 |
Color Harmonies of #31B5C1
Complementary color
Monochromatic Colors of #31B5C1
Black with #31B5C1
Text Example
Text Example
White with #31B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B5C1; }
p { color: rgb(49,181,193); }
H1.HeaderClassName
{
color: #31B5C1;
}
.AnyTagClassName
{
color: #31B5C1;
}
</style>
background-color css
<style>
a { background-color: #31B5C1; }
a { background-color: rgb(49,181,193); }
div.DivClassName
{
background-color: #31B5C1;
}
.BgClassName
{
background-color: #31B5C1;
}
</style>
border-color css
<style>
span { border-color: #31B5C1; }
span { border-color: rgb(49,181,193); }
td.TdClassName
{
border-color: #31B5C1;
}
.TagClassName
{
border-color: #31B5C1;
}
</style>