Shades of Viking #38A0C7
Tints of Viking #38A0C7
RGB
CMYK
RGB Variations
Color information
#38A0C7 (or 0x38A0C7) is known color: Viking. HEX triplet: 38, A0 and C7. RGB value is (56,160,199). Sum of RGB (Red+Green+Blue) = 56+160+199=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #38A0C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A0C7 is #C75F38. Grayscale: #858585. Windows color (decimal): -13066041 or 13082680. OLE color: 13082680.
HSL color Cylindrical-coordinate representation of color #38A0C7: hue angle of 196.36º degrees, saturation: 0.56, 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 #38A0C7 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 160 | 199 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.22 |
| HSL | 196.36º | 0.56% | 0.5% | - |
| HSV(B) | 196.36º | 0.72% | 0.78% | - |
| XYZ | 24.51 | 30.11 | 58.55 | - |
| YUV | 133.35 | 165.04 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 199 | 0.72 | 0.20 | 0 | 0.22 | 196.36 | 0.56 | 0.5 |
| Hex | 38 | A0 | C7 | 48 | 14 | 0 | 16 | C4 | 38 | 32 |
| Octal | 70 | 240 | 307 | 110 | 24 | 0 | 26 | 304 | 70 | 62 |
| Binary | 111000 | 10100000 | 11000111 | 1001000 | 10100 | 0 | 10110 | 11000100 | 111000 | 110010 |
Color Harmonies of #38A0C7
Complementary color
Monochromatic Colors of #38A0C7
Black with #38A0C7
Text Example
Text Example
White with #38A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A0C7; }
p { color: rgb(56,160,199); }
H1.HeaderClassName
{
color: #38A0C7;
}
.AnyTagClassName
{
color: #38A0C7;
}
</style>
background-color css
<style>
a { background-color: #38A0C7; }
a { background-color: rgb(56,160,199); }
div.DivClassName
{
background-color: #38A0C7;
}
.BgClassName
{
background-color: #38A0C7;
}
</style>
border-color css
<style>
span { border-color: #38A0C7; }
span { border-color: rgb(56,160,199); }
td.TdClassName
{
border-color: #38A0C7;
}
.TagClassName
{
border-color: #38A0C7;
}
</style>