Shades of Viking #37B7C9
Tints of Viking #37B7C9
RGB
CMYK
RGB Variations
Color information
#37B7C9 (or 0x37B7C9) is known color: Viking. HEX triplet: 37, B7 and C9. RGB value is (55,183,201). Sum of RGB (Red+Green+Blue) = 55+183+201=439 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.53% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #37B7C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B7C9 is #C84836. Grayscale: #929292. Windows color (decimal): -13125687 or 13219639. OLE color: 13219639.
HSL color Cylindrical-coordinate representation of color #37B7C9: hue angle of 187.4º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37B7C9 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 183 | 201 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.21 |
| HSL | 187.4º | 0.57% | 0.5% | - |
| HSV(B) | 187.4º | 0.73% | 0.79% | - |
| XYZ | 29.05 | 38.9 | 61.23 | - |
| YUV | 146.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 183 | 201 | 0.73 | 0.09 | 0 | 0.21 | 187.4 | 0.57 | 0.5 |
| Hex | 37 | B7 | C9 | 49 | 9 | 0 | 15 | BB | 39 | 32 |
| Octal | 67 | 267 | 311 | 111 | 11 | 0 | 25 | 273 | 71 | 62 |
| Binary | 110111 | 10110111 | 11001001 | 1001001 | 1001 | 0 | 10101 | 10111011 | 111001 | 110010 |
Color Harmonies of #37B7C9
Complementary color
Monochromatic Colors of #37B7C9
Black with #37B7C9
Text Example
Text Example
White with #37B7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B7C9; }
p { color: rgb(55,183,201); }
H1.HeaderClassName
{
color: #37B7C9;
}
.AnyTagClassName
{
color: #37B7C9;
}
</style>
background-color css
<style>
a { background-color: #37B7C9; }
a { background-color: rgb(55,183,201); }
div.DivClassName
{
background-color: #37B7C9;
}
.BgClassName
{
background-color: #37B7C9;
}
</style>
border-color css
<style>
span { border-color: #37B7C9; }
span { border-color: rgb(55,183,201); }
td.TdClassName
{
border-color: #37B7C9;
}
.TagClassName
{
border-color: #37B7C9;
}
</style>