Shades of Viking #32B0C5
Tints of Viking #32B0C5
RGB
CMYK
RGB Variations
Color information
#32B0C5 (or 0x32B0C5) is known color: Viking. HEX triplet: 32, B0 and C5. RGB value is (50,176,197). Sum of RGB (Red+Green+Blue) = 50+176+197=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #32B0C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0C5 is #CD4F3A. Grayscale: #8C8C8C. Windows color (decimal): -13455163 or 12955698. OLE color: 12955698.
HSL color Cylindrical-coordinate representation of color #32B0C5: hue angle of 188.57º 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 #32B0C5 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 176 | 197 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.23 |
| HSL | 188.57º | 0.6% | 0.48% | - |
| HSV(B) | 188.57º | 0.75% | 0.77% | - |
| XYZ | 26.92 | 35.76 | 58.31 | - |
| YUV | 140.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 197 | 0.75 | 0.11 | 0 | 0.23 | 188.57 | 0.6 | 0.48 |
| Hex | 32 | B0 | C5 | 4B | B | 0 | 17 | BD | 3C | 30 |
| Octal | 62 | 260 | 305 | 113 | 13 | 0 | 27 | 275 | 74 | 60 |
| Binary | 110010 | 10110000 | 11000101 | 1001011 | 1011 | 0 | 10111 | 10111101 | 111100 | 110000 |
Color Harmonies of #32B0C5
Complementary color
Monochromatic Colors of #32B0C5
Black with #32B0C5
Text Example
Text Example
White with #32B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0C5; }
p { color: rgb(50,176,197); }
H1.HeaderClassName
{
color: #32B0C5;
}
.AnyTagClassName
{
color: #32B0C5;
}
</style>
background-color css
<style>
a { background-color: #32B0C5; }
a { background-color: rgb(50,176,197); }
div.DivClassName
{
background-color: #32B0C5;
}
.BgClassName
{
background-color: #32B0C5;
}
</style>
border-color css
<style>
span { border-color: #32B0C5; }
span { border-color: rgb(50,176,197); }
td.TdClassName
{
border-color: #32B0C5;
}
.TagClassName
{
border-color: #32B0C5;
}
</style>