Shades of Viking #37ABBD
Tints of Viking #37ABBD
RGB
CMYK
RGB Variations
Color information
#37ABBD (or 0x37ABBD) is known color: Viking. HEX triplet: 37, AB and BD. RGB value is (55,171,189). Sum of RGB (Red+Green+Blue) = 55+171+189=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #37ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ABBD is #C85442. Grayscale: #8A8A8A. Windows color (decimal): -13128771 or 12430135. OLE color: 12430135.
HSL color Cylindrical-coordinate representation of color #37ABBD: hue angle of 188.06º 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 #37ABBD is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 171 | 189 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.26 |
| HSL | 188.06º | 0.55% | 0.48% | - |
| HSV(B) | 188.06º | 0.71% | 0.74% | - |
| XYZ | 25.32 | 33.61 | 53.3 | - |
| YUV | 138.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 189 | 0.71 | 0.10 | 0 | 0.26 | 188.06 | 0.55 | 0.48 |
| Hex | 37 | AB | BD | 47 | A | 0 | 1A | BC | 37 | 30 |
| Octal | 67 | 253 | 275 | 107 | 12 | 0 | 32 | 274 | 67 | 60 |
| Binary | 110111 | 10101011 | 10111101 | 1000111 | 1010 | 0 | 11010 | 10111100 | 110111 | 110000 |
Color Harmonies of #37ABBD
Complementary color
Monochromatic Colors of #37ABBD
Black with #37ABBD
Text Example
Text Example
White with #37ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ABBD; }
p { color: rgb(55,171,189); }
H1.HeaderClassName
{
color: #37ABBD;
}
.AnyTagClassName
{
color: #37ABBD;
}
</style>
background-color css
<style>
a { background-color: #37ABBD; }
a { background-color: rgb(55,171,189); }
div.DivClassName
{
background-color: #37ABBD;
}
.BgClassName
{
background-color: #37ABBD;
}
</style>
border-color css
<style>
span { border-color: #37ABBD; }
span { border-color: rgb(55,171,189); }
td.TdClassName
{
border-color: #37ABBD;
}
.TagClassName
{
border-color: #37ABBD;
}
</style>