Shades of Viking #34ABC0
Tints of Viking #34ABC0
RGB
CMYK
RGB Variations
Color information
#34ABC0 (or 0x34ABC0) is known color: Viking. HEX triplet: 34, AB and C0. RGB value is (52,171,192). Sum of RGB (Red+Green+Blue) = 52+171+192=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #34ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABC0 is #CB543F. Grayscale: #898989. Windows color (decimal): -13325376 or 12626740. OLE color: 12626740.
HSL color Cylindrical-coordinate representation of color #34ABC0: hue angle of 189º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34ABC0 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 171 | 192 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.25 |
| HSL | 189º | 0.57% | 0.48% | - |
| HSV(B) | 189º | 0.73% | 0.75% | - |
| XYZ | 25.49 | 33.66 | 55.02 | - |
| YUV | 137.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 192 | 0.73 | 0.11 | 0 | 0.25 | 189 | 0.57 | 0.48 |
| Hex | 34 | AB | C0 | 49 | B | 0 | 19 | BD | 39 | 30 |
| Octal | 64 | 253 | 300 | 111 | 13 | 0 | 31 | 275 | 71 | 60 |
| Binary | 110100 | 10101011 | 11000000 | 1001001 | 1011 | 0 | 11001 | 10111101 | 111001 | 110000 |
Color Harmonies of #34ABC0
Complementary color
Monochromatic Colors of #34ABC0
Black with #34ABC0
Text Example
Text Example
White with #34ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABC0; }
p { color: rgb(52,171,192); }
H1.HeaderClassName
{
color: #34ABC0;
}
.AnyTagClassName
{
color: #34ABC0;
}
</style>
background-color css
<style>
a { background-color: #34ABC0; }
a { background-color: rgb(52,171,192); }
div.DivClassName
{
background-color: #34ABC0;
}
.BgClassName
{
background-color: #34ABC0;
}
</style>
border-color css
<style>
span { border-color: #34ABC0; }
span { border-color: rgb(52,171,192); }
td.TdClassName
{
border-color: #34ABC0;
}
.TagClassName
{
border-color: #34ABC0;
}
</style>