Shades of Viking #37B3C0
Tints of Viking #37B3C0
RGB
CMYK
RGB Variations
Color information
#37B3C0 (or 0x37B3C0) is known color: Viking. HEX triplet: 37, B3 and C0. RGB value is (55,179,192). Sum of RGB (Red+Green+Blue) = 55+179+192=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #37B3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B3C0 is #C84C3F. Grayscale: #8F8F8F. Windows color (decimal): -13126720 or 12628791. OLE color: 12628791.
HSL color Cylindrical-coordinate representation of color #37B3C0: hue angle of 185.69º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37B3C0 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 179 | 192 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.25 |
| HSL | 185.69º | 0.55% | 0.48% | - |
| HSV(B) | 185.69º | 0.71% | 0.75% | - |
| XYZ | 27.21 | 36.86 | 55.55 | - |
| YUV | 143.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 192 | 0.71 | 0.07 | 0 | 0.25 | 185.69 | 0.55 | 0.48 |
| Hex | 37 | B3 | C0 | 47 | 7 | 0 | 19 | BA | 37 | 30 |
| Octal | 67 | 263 | 300 | 107 | 7 | 0 | 31 | 272 | 67 | 60 |
| Binary | 110111 | 10110011 | 11000000 | 1000111 | 111 | 0 | 11001 | 10111010 | 110111 | 110000 |
Color Harmonies of #37B3C0
Complementary color
Monochromatic Colors of #37B3C0
Black with #37B3C0
Text Example
Text Example
White with #37B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B3C0; }
p { color: rgb(55,179,192); }
H1.HeaderClassName
{
color: #37B3C0;
}
.AnyTagClassName
{
color: #37B3C0;
}
</style>
background-color css
<style>
a { background-color: #37B3C0; }
a { background-color: rgb(55,179,192); }
div.DivClassName
{
background-color: #37B3C0;
}
.BgClassName
{
background-color: #37B3C0;
}
</style>
border-color css
<style>
span { border-color: #37B3C0; }
span { border-color: rgb(55,179,192); }
td.TdClassName
{
border-color: #37B3C0;
}
.TagClassName
{
border-color: #37B3C0;
}
</style>