Shades of Viking #37B7CB
Tints of Viking #37B7CB
RGB
CMYK
RGB Variations
Color information
#37B7CB (or 0x37B7CB) is known color: Viking. HEX triplet: 37, B7 and CB. RGB value is (55,183,203). Sum of RGB (Red+Green+Blue) = 55+183+203=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #37B7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B7CB is #C84834. Grayscale: #929292. Windows color (decimal): -13125685 or 13350711. OLE color: 13350711.
HSL color Cylindrical-coordinate representation of color #37B7CB: hue angle of 188.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37B7CB is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 183 | 203 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.20 |
| HSL | 188.11º | 0.59% | 0.51% | - |
| HSV(B) | 188.11º | 0.73% | 0.8% | - |
| XYZ | 29.29 | 38.99 | 62.48 | - |
| YUV | 147.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 183 | 203 | 0.73 | 0.10 | 0 | 0.20 | 188.11 | 0.59 | 0.51 |
| Hex | 37 | B7 | CB | 49 | A | 0 | 14 | BC | 3B | 33 |
| Octal | 67 | 267 | 313 | 111 | 12 | 0 | 24 | 274 | 73 | 63 |
| Binary | 110111 | 10110111 | 11001011 | 1001001 | 1010 | 0 | 10100 | 10111100 | 111011 | 110011 |
Color Harmonies of #37B7CB
Complementary color
Monochromatic Colors of #37B7CB
Black with #37B7CB
Text Example
Text Example
White with #37B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B7CB; }
p { color: rgb(55,183,203); }
H1.HeaderClassName
{
color: #37B7CB;
}
.AnyTagClassName
{
color: #37B7CB;
}
</style>
background-color css
<style>
a { background-color: #37B7CB; }
a { background-color: rgb(55,183,203); }
div.DivClassName
{
background-color: #37B7CB;
}
.BgClassName
{
background-color: #37B7CB;
}
</style>
border-color css
<style>
span { border-color: #37B7CB; }
span { border-color: rgb(55,183,203); }
td.TdClassName
{
border-color: #37B7CB;
}
.TagClassName
{
border-color: #37B7CB;
}
</style>