Shades of Viking #37ADC8
Tints of Viking #37ADC8
RGB
CMYK
RGB Variations
Color information
#37ADC8 (or 0x37ADC8) is known color: Viking. HEX triplet: 37, AD and C8. RGB value is (55,173,200). Sum of RGB (Red+Green+Blue) = 55+173+200=428 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.85% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #37ADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ADC8 is #C85237. Grayscale: #8C8C8C. Windows color (decimal): -13128248 or 13151543. OLE color: 13151543.
HSL color Cylindrical-coordinate representation of color #37ADC8: hue angle of 191.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37ADC8 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 173 | 200 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.22 |
| HSL | 191.17º | 0.57% | 0.5% | - |
| HSV(B) | 191.17º | 0.73% | 0.78% | - |
| XYZ | 26.94 | 34.87 | 59.95 | - |
| YUV | 140.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 173 | 200 | 0.72 | 0.14 | 0 | 0.22 | 191.17 | 0.57 | 0.5 |
| Hex | 37 | AD | C8 | 48 | E | 0 | 16 | BF | 39 | 32 |
| Octal | 67 | 255 | 310 | 110 | 16 | 0 | 26 | 277 | 71 | 62 |
| Binary | 110111 | 10101101 | 11001000 | 1001000 | 1110 | 0 | 10110 | 10111111 | 111001 | 110010 |
Color Harmonies of #37ADC8
Complementary color
Monochromatic Colors of #37ADC8
Black with #37ADC8
Text Example
Text Example
White with #37ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ADC8; }
p { color: rgb(55,173,200); }
H1.HeaderClassName
{
color: #37ADC8;
}
.AnyTagClassName
{
color: #37ADC8;
}
</style>
background-color css
<style>
a { background-color: #37ADC8; }
a { background-color: rgb(55,173,200); }
div.DivClassName
{
background-color: #37ADC8;
}
.BgClassName
{
background-color: #37ADC8;
}
</style>
border-color css
<style>
span { border-color: #37ADC8; }
span { border-color: rgb(55,173,200); }
td.TdClassName
{
border-color: #37ADC8;
}
.TagClassName
{
border-color: #37ADC8;
}
</style>