Shades of Viking #37ACC7
Tints of Viking #37ACC7
RGB
CMYK
RGB Variations
Color information
#37ACC7 (or 0x37ACC7) is known color: Viking. HEX triplet: 37, AC and C7. RGB value is (55,172,199). Sum of RGB (Red+Green+Blue) = 55+172+199=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #37ACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ACC7 is #C85338. Grayscale: #8B8B8B. Windows color (decimal): -13128505 or 13085751. OLE color: 13085751.
HSL color Cylindrical-coordinate representation of color #37ACC7: hue angle of 191.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37ACC7 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 172 | 199 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.22 |
| HSL | 191.25º | 0.57% | 0.5% | - |
| HSV(B) | 191.25º | 0.72% | 0.78% | - |
| XYZ | 26.64 | 34.44 | 59.28 | - |
| YUV | 140.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 172 | 199 | 0.72 | 0.14 | 0 | 0.22 | 191.25 | 0.57 | 0.5 |
| Hex | 37 | AC | C7 | 48 | E | 0 | 16 | BF | 39 | 32 |
| Octal | 67 | 254 | 307 | 110 | 16 | 0 | 26 | 277 | 71 | 62 |
| Binary | 110111 | 10101100 | 11000111 | 1001000 | 1110 | 0 | 10110 | 10111111 | 111001 | 110010 |
Color Harmonies of #37ACC7
Complementary color
Monochromatic Colors of #37ACC7
Black with #37ACC7
Text Example
Text Example
White with #37ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ACC7; }
p { color: rgb(55,172,199); }
H1.HeaderClassName
{
color: #37ACC7;
}
.AnyTagClassName
{
color: #37ACC7;
}
</style>
background-color css
<style>
a { background-color: #37ACC7; }
a { background-color: rgb(55,172,199); }
div.DivClassName
{
background-color: #37ACC7;
}
.BgClassName
{
background-color: #37ACC7;
}
</style>
border-color css
<style>
span { border-color: #37ACC7; }
span { border-color: rgb(55,172,199); }
td.TdClassName
{
border-color: #37ACC7;
}
.TagClassName
{
border-color: #37ACC7;
}
</style>