Shades of Viking #31ACC4
Tints of Viking #31ACC4
RGB
CMYK
RGB Variations
Color information
#31ACC4 (or 0x31ACC4) is known color: Viking. HEX triplet: 31, AC and C4. RGB value is (49,172,196). Sum of RGB (Red+Green+Blue) = 49+172+196=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #31ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACC4 is #CE533B. Grayscale: #898989. Windows color (decimal): -13521724 or 12889137. OLE color: 12889137.
HSL color Cylindrical-coordinate representation of color #31ACC4: hue angle of 189.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31ACC4 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 172 | 196 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.23 |
| HSL | 189.8º | 0.6% | 0.48% | - |
| HSV(B) | 189.8º | 0.75% | 0.77% | - |
| XYZ | 25.98 | 34.14 | 57.45 | - |
| YUV | 137.96 | 160.75 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 196 | 0.75 | 0.12 | 0 | 0.23 | 189.8 | 0.6 | 0.48 |
| Hex | 31 | AC | C4 | 4B | C | 0 | 17 | BE | 3C | 30 |
| Octal | 61 | 254 | 304 | 113 | 14 | 0 | 27 | 276 | 74 | 60 |
| Binary | 110001 | 10101100 | 11000100 | 1001011 | 1100 | 0 | 10111 | 10111110 | 111100 | 110000 |
Color Harmonies of #31ACC4
Complementary color
Monochromatic Colors of #31ACC4
Black with #31ACC4
Text Example
Text Example
White with #31ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACC4; }
p { color: rgb(49,172,196); }
H1.HeaderClassName
{
color: #31ACC4;
}
.AnyTagClassName
{
color: #31ACC4;
}
</style>
background-color css
<style>
a { background-color: #31ACC4; }
a { background-color: rgb(49,172,196); }
div.DivClassName
{
background-color: #31ACC4;
}
.BgClassName
{
background-color: #31ACC4;
}
</style>
border-color css
<style>
span { border-color: #31ACC4; }
span { border-color: rgb(49,172,196); }
td.TdClassName
{
border-color: #31ACC4;
}
.TagClassName
{
border-color: #31ACC4;
}
</style>