Shades of Viking #37B5BC
Tints of Viking #37B5BC
RGB
CMYK
RGB Variations
Color information
#37B5BC (or 0x37B5BC) is known color: Viking. HEX triplet: 37, B5 and BC. RGB value is (55,181,188). Sum of RGB (Red+Green+Blue) = 55+181+188=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #37B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B5BC is #C84A43. Grayscale: #8F8F8F. Windows color (decimal): -13126212 or 12367159. OLE color: 12367159.
HSL color Cylindrical-coordinate representation of color #37B5BC: hue angle of 183.16º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37B5BC is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 181 | 188 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.26 |
| HSL | 183.16º | 0.55% | 0.48% | - |
| HSV(B) | 183.16º | 0.71% | 0.74% | - |
| XYZ | 27.18 | 37.49 | 53.38 | - |
| YUV | 144.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 181 | 188 | 0.71 | 0.04 | 0 | 0.26 | 183.16 | 0.55 | 0.48 |
| Hex | 37 | B5 | BC | 47 | 4 | 0 | 1A | B7 | 37 | 30 |
| Octal | 67 | 265 | 274 | 107 | 4 | 0 | 32 | 267 | 67 | 60 |
| Binary | 110111 | 10110101 | 10111100 | 1000111 | 100 | 0 | 11010 | 10110111 | 110111 | 110000 |
Color Harmonies of #37B5BC
Complementary color
Monochromatic Colors of #37B5BC
Black with #37B5BC
Text Example
Text Example
White with #37B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B5BC; }
p { color: rgb(55,181,188); }
H1.HeaderClassName
{
color: #37B5BC;
}
.AnyTagClassName
{
color: #37B5BC;
}
</style>
background-color css
<style>
a { background-color: #37B5BC; }
a { background-color: rgb(55,181,188); }
div.DivClassName
{
background-color: #37B5BC;
}
.BgClassName
{
background-color: #37B5BC;
}
</style>
border-color css
<style>
span { border-color: #37B5BC; }
span { border-color: rgb(55,181,188); }
td.TdClassName
{
border-color: #37B5BC;
}
.TagClassName
{
border-color: #37B5BC;
}
</style>