Shades of Viking #39A0C7
Tints of Viking #39A0C7
RGB
CMYK
RGB Variations
Color information
#39A0C7 (or 0x39A0C7) is known color: Viking. HEX triplet: 39, A0 and C7. RGB value is (57,160,199). Sum of RGB (Red+Green+Blue) = 57+160+199=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #39A0C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A0C7 is #C65F38. Grayscale: #858585. Windows color (decimal): -13000505 or 13082681. OLE color: 13082681.
HSL color Cylindrical-coordinate representation of color #39A0C7: hue angle of 196.48º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39A0C7 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 160 | 199 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.22 |
| HSL | 196.48º | 0.56% | 0.5% | - |
| HSV(B) | 196.48º | 0.71% | 0.78% | - |
| XYZ | 24.57 | 30.13 | 58.55 | - |
| YUV | 133.65 | 164.88 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 199 | 0.71 | 0.20 | 0 | 0.22 | 196.48 | 0.56 | 0.5 |
| Hex | 39 | A0 | C7 | 47 | 14 | 0 | 16 | C4 | 38 | 32 |
| Octal | 71 | 240 | 307 | 107 | 24 | 0 | 26 | 304 | 70 | 62 |
| Binary | 111001 | 10100000 | 11000111 | 1000111 | 10100 | 0 | 10110 | 11000100 | 111000 | 110010 |
Color Harmonies of #39A0C7
Complementary color
Monochromatic Colors of #39A0C7
Black with #39A0C7
Text Example
Text Example
White with #39A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A0C7; }
p { color: rgb(57,160,199); }
H1.HeaderClassName
{
color: #39A0C7;
}
.AnyTagClassName
{
color: #39A0C7;
}
</style>
background-color css
<style>
a { background-color: #39A0C7; }
a { background-color: rgb(57,160,199); }
div.DivClassName
{
background-color: #39A0C7;
}
.BgClassName
{
background-color: #39A0C7;
}
</style>
border-color css
<style>
span { border-color: #39A0C7; }
span { border-color: rgb(57,160,199); }
td.TdClassName
{
border-color: #39A0C7;
}
.TagClassName
{
border-color: #39A0C7;
}
</style>