Shades of Viking #37B8C9
Tints of Viking #37B8C9
RGB
CMYK
RGB Variations
Color information
#37B8C9 (or 0x37B8C9) is known color: Viking. HEX triplet: 37, B8 and C9. RGB value is (55,184,201). Sum of RGB (Red+Green+Blue) = 55+184+201=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #37B8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B8C9 is #C84736. Grayscale: #939393. Windows color (decimal): -13125431 or 13219895. OLE color: 13219895.
HSL color Cylindrical-coordinate representation of color #37B8C9: hue angle of 186.99º 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 #37B8C9 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 184 | 201 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.21 |
| HSL | 186.99º | 0.57% | 0.5% | - |
| HSV(B) | 186.99º | 0.73% | 0.79% | - |
| XYZ | 29.26 | 39.31 | 61.3 | - |
| YUV | 147.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 184 | 201 | 0.73 | 0.08 | 0 | 0.21 | 186.99 | 0.57 | 0.5 |
| Hex | 37 | B8 | C9 | 49 | 8 | 0 | 15 | BB | 39 | 32 |
| Octal | 67 | 270 | 311 | 111 | 10 | 0 | 25 | 273 | 71 | 62 |
| Binary | 110111 | 10111000 | 11001001 | 1001001 | 1000 | 0 | 10101 | 10111011 | 111001 | 110010 |
Color Harmonies of #37B8C9
Complementary color
Monochromatic Colors of #37B8C9
Black with #37B8C9
Text Example
Text Example
White with #37B8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B8C9; }
p { color: rgb(55,184,201); }
H1.HeaderClassName
{
color: #37B8C9;
}
.AnyTagClassName
{
color: #37B8C9;
}
</style>
background-color css
<style>
a { background-color: #37B8C9; }
a { background-color: rgb(55,184,201); }
div.DivClassName
{
background-color: #37B8C9;
}
.BgClassName
{
background-color: #37B8C9;
}
</style>
border-color css
<style>
span { border-color: #37B8C9; }
span { border-color: rgb(55,184,201); }
td.TdClassName
{
border-color: #37B8C9;
}
.TagClassName
{
border-color: #37B8C9;
}
</style>