Shades of Viking #34ACC0
Tints of Viking #34ACC0
RGB
CMYK
RGB Variations
Color information
#34ACC0 (or 0x34ACC0) is known color: Viking. HEX triplet: 34, AC and C0. RGB value is (52,172,192). Sum of RGB (Red+Green+Blue) = 52+172+192=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #34ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACC0 is #CB533F. Grayscale: #8A8A8A. Windows color (decimal): -13325120 or 12626996. OLE color: 12626996.
HSL color Cylindrical-coordinate representation of color #34ACC0: hue angle of 188.57º 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 #34ACC0 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 172 | 192 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.25 |
| HSL | 188.57º | 0.57% | 0.48% | - |
| HSV(B) | 188.57º | 0.73% | 0.75% | - |
| XYZ | 25.68 | 34.04 | 55.09 | - |
| YUV | 138.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 192 | 0.73 | 0.10 | 0 | 0.25 | 188.57 | 0.57 | 0.48 |
| Hex | 34 | AC | C0 | 49 | A | 0 | 19 | BD | 39 | 30 |
| Octal | 64 | 254 | 300 | 111 | 12 | 0 | 31 | 275 | 71 | 60 |
| Binary | 110100 | 10101100 | 11000000 | 1001001 | 1010 | 0 | 11001 | 10111101 | 111001 | 110000 |
Color Harmonies of #34ACC0
Complementary color
Monochromatic Colors of #34ACC0
Black with #34ACC0
Text Example
Text Example
White with #34ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACC0; }
p { color: rgb(52,172,192); }
H1.HeaderClassName
{
color: #34ACC0;
}
.AnyTagClassName
{
color: #34ACC0;
}
</style>
background-color css
<style>
a { background-color: #34ACC0; }
a { background-color: rgb(52,172,192); }
div.DivClassName
{
background-color: #34ACC0;
}
.BgClassName
{
background-color: #34ACC0;
}
</style>
border-color css
<style>
span { border-color: #34ACC0; }
span { border-color: rgb(52,172,192); }
td.TdClassName
{
border-color: #34ACC0;
}
.TagClassName
{
border-color: #34ACC0;
}
</style>