Shades of Viking #37ABBC
Tints of Viking #37ABBC
RGB
CMYK
RGB Variations
Color information
#37ABBC (or 0x37ABBC) is known color: Viking. HEX triplet: 37, AB and BC. RGB value is (55,171,188). Sum of RGB (Red+Green+Blue) = 55+171+188=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #37ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ABBC is #C85443. Grayscale: #8A8A8A. Windows color (decimal): -13128772 or 12364599. OLE color: 12364599.
HSL color Cylindrical-coordinate representation of color #37ABBC: hue angle of 187.67º 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 #37ABBC is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 171 | 188 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.26 |
| HSL | 187.67º | 0.55% | 0.48% | - |
| HSV(B) | 187.67º | 0.71% | 0.74% | - |
| XYZ | 25.22 | 33.57 | 52.73 | - |
| YUV | 138.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 188 | 0.71 | 0.09 | 0 | 0.26 | 187.67 | 0.55 | 0.48 |
| Hex | 37 | AB | BC | 47 | 9 | 0 | 1A | BC | 37 | 30 |
| Octal | 67 | 253 | 274 | 107 | 11 | 0 | 32 | 274 | 67 | 60 |
| Binary | 110111 | 10101011 | 10111100 | 1000111 | 1001 | 0 | 11010 | 10111100 | 110111 | 110000 |
Color Harmonies of #37ABBC
Complementary color
Monochromatic Colors of #37ABBC
Black with #37ABBC
Text Example
Text Example
White with #37ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ABBC; }
p { color: rgb(55,171,188); }
H1.HeaderClassName
{
color: #37ABBC;
}
.AnyTagClassName
{
color: #37ABBC;
}
</style>
background-color css
<style>
a { background-color: #37ABBC; }
a { background-color: rgb(55,171,188); }
div.DivClassName
{
background-color: #37ABBC;
}
.BgClassName
{
background-color: #37ABBC;
}
</style>
border-color css
<style>
span { border-color: #37ABBC; }
span { border-color: rgb(55,171,188); }
td.TdClassName
{
border-color: #37ABBC;
}
.TagClassName
{
border-color: #37ABBC;
}
</style>