Shades of Viking #34B2BF
Tints of Viking #34B2BF
RGB
CMYK
RGB Variations
Color information
#34B2BF (or 0x34B2BF) is known color: Viking. HEX triplet: 34, B2 and BF. RGB value is (52,178,191). Sum of RGB (Red+Green+Blue) = 52+178+191=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #34B2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B2BF is #CB4D40. Grayscale: #8D8D8D. Windows color (decimal): -13323585 or 12562996. OLE color: 12562996.
HSL color Cylindrical-coordinate representation of color #34B2BF: hue angle of 185.61º 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 #34B2BF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 178 | 191 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.25 |
| HSL | 185.61º | 0.57% | 0.48% | - |
| HSV(B) | 185.61º | 0.73% | 0.75% | - |
| XYZ | 26.74 | 36.33 | 54.89 | - |
| YUV | 141.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 191 | 0.73 | 0.07 | 0 | 0.25 | 185.61 | 0.57 | 0.48 |
| Hex | 34 | B2 | BF | 49 | 7 | 0 | 19 | BA | 39 | 30 |
| Octal | 64 | 262 | 277 | 111 | 7 | 0 | 31 | 272 | 71 | 60 |
| Binary | 110100 | 10110010 | 10111111 | 1001001 | 111 | 0 | 11001 | 10111010 | 111001 | 110000 |
Color Harmonies of #34B2BF
Complementary color
Monochromatic Colors of #34B2BF
Black with #34B2BF
Text Example
Text Example
White with #34B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B2BF; }
p { color: rgb(52,178,191); }
H1.HeaderClassName
{
color: #34B2BF;
}
.AnyTagClassName
{
color: #34B2BF;
}
</style>
background-color css
<style>
a { background-color: #34B2BF; }
a { background-color: rgb(52,178,191); }
div.DivClassName
{
background-color: #34B2BF;
}
.BgClassName
{
background-color: #34B2BF;
}
</style>
border-color css
<style>
span { border-color: #34B2BF; }
span { border-color: rgb(52,178,191); }
td.TdClassName
{
border-color: #34B2BF;
}
.TagClassName
{
border-color: #34B2BF;
}
</style>