Shades of Viking #37BACB
Tints of Viking #37BACB
RGB
CMYK
RGB Variations
Color information
#37BACB (or 0x37BACB) is known color: Viking. HEX triplet: 37, BA and CB. RGB value is (55,186,203). Sum of RGB (Red+Green+Blue) = 55+186+203=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #37BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BACB is #C84534. Grayscale: #949494. Windows color (decimal): -13124917 or 13351479. OLE color: 13351479.
HSL color Cylindrical-coordinate representation of color #37BACB: hue angle of 186.89º 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 #37BACB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 186 | 203 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.20 |
| HSL | 186.89º | 0.59% | 0.51% | - |
| HSV(B) | 186.89º | 0.73% | 0.8% | - |
| XYZ | 29.91 | 40.24 | 62.69 | - |
| YUV | 148.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 203 | 0.73 | 0.08 | 0 | 0.20 | 186.89 | 0.59 | 0.51 |
| Hex | 37 | BA | CB | 49 | 8 | 0 | 14 | BB | 3B | 33 |
| Octal | 67 | 272 | 313 | 111 | 10 | 0 | 24 | 273 | 73 | 63 |
| Binary | 110111 | 10111010 | 11001011 | 1001001 | 1000 | 0 | 10100 | 10111011 | 111011 | 110011 |
Color Harmonies of #37BACB
Complementary color
Monochromatic Colors of #37BACB
Black with #37BACB
Text Example
Text Example
White with #37BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BACB; }
p { color: rgb(55,186,203); }
H1.HeaderClassName
{
color: #37BACB;
}
.AnyTagClassName
{
color: #37BACB;
}
</style>
background-color css
<style>
a { background-color: #37BACB; }
a { background-color: rgb(55,186,203); }
div.DivClassName
{
background-color: #37BACB;
}
.BgClassName
{
background-color: #37BACB;
}
</style>
border-color css
<style>
span { border-color: #37BACB; }
span { border-color: rgb(55,186,203); }
td.TdClassName
{
border-color: #37BACB;
}
.TagClassName
{
border-color: #37BACB;
}
</style>