Shades of Viking #37B8CB
Tints of Viking #37B8CB
RGB
CMYK
RGB Variations
Color information
#37B8CB (or 0x37B8CB) is known color: Viking. HEX triplet: 37, B8 and CB. RGB value is (55,184,203). Sum of RGB (Red+Green+Blue) = 55+184+203=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #37B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B8CB is #C84734. Grayscale: #939393. Windows color (decimal): -13125429 or 13350967. OLE color: 13350967.
HSL color Cylindrical-coordinate representation of color #37B8CB: hue angle of 187.7º 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 #37B8CB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 184 | 203 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.20 |
| HSL | 187.7º | 0.59% | 0.51% | - |
| HSV(B) | 187.7º | 0.73% | 0.8% | - |
| XYZ | 29.5 | 39.41 | 62.55 | - |
| YUV | 147.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 184 | 203 | 0.73 | 0.09 | 0 | 0.20 | 187.7 | 0.59 | 0.51 |
| Hex | 37 | B8 | CB | 49 | 9 | 0 | 14 | BC | 3B | 33 |
| Octal | 67 | 270 | 313 | 111 | 11 | 0 | 24 | 274 | 73 | 63 |
| Binary | 110111 | 10111000 | 11001011 | 1001001 | 1001 | 0 | 10100 | 10111100 | 111011 | 110011 |
Color Harmonies of #37B8CB
Complementary color
Monochromatic Colors of #37B8CB
Black with #37B8CB
Text Example
Text Example
White with #37B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B8CB; }
p { color: rgb(55,184,203); }
H1.HeaderClassName
{
color: #37B8CB;
}
.AnyTagClassName
{
color: #37B8CB;
}
</style>
background-color css
<style>
a { background-color: #37B8CB; }
a { background-color: rgb(55,184,203); }
div.DivClassName
{
background-color: #37B8CB;
}
.BgClassName
{
background-color: #37B8CB;
}
</style>
border-color css
<style>
span { border-color: #37B8CB; }
span { border-color: rgb(55,184,203); }
td.TdClassName
{
border-color: #37B8CB;
}
.TagClassName
{
border-color: #37B8CB;
}
</style>