Shades of Viking #38AFC7
Tints of Viking #38AFC7
RGB
CMYK
RGB Variations
Color information
#38AFC7 (or 0x38AFC7) is known color: Viking. HEX triplet: 38, AF and C7. RGB value is (56,175,199). Sum of RGB (Red+Green+Blue) = 56+175+199=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #38AFC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFC7 is #C75038. Grayscale: #8D8D8D. Windows color (decimal): -13062201 or 13086520. OLE color: 13086520.
HSL color Cylindrical-coordinate representation of color #38AFC7: hue angle of 190.07º 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 #38AFC7 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 175 | 199 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.22 |
| HSL | 190.07º | 0.56% | 0.5% | - |
| HSV(B) | 190.07º | 0.72% | 0.78% | - |
| XYZ | 27.27 | 35.62 | 59.47 | - |
| YUV | 142.16 | 160.08 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 199 | 0.72 | 0.12 | 0 | 0.22 | 190.07 | 0.56 | 0.5 |
| Hex | 38 | AF | C7 | 48 | C | 0 | 16 | BE | 38 | 32 |
| Octal | 70 | 257 | 307 | 110 | 14 | 0 | 26 | 276 | 70 | 62 |
| Binary | 111000 | 10101111 | 11000111 | 1001000 | 1100 | 0 | 10110 | 10111110 | 111000 | 110010 |
Color Harmonies of #38AFC7
Complementary color
Monochromatic Colors of #38AFC7
Black with #38AFC7
Text Example
Text Example
White with #38AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AFC7; }
p { color: rgb(56,175,199); }
H1.HeaderClassName
{
color: #38AFC7;
}
.AnyTagClassName
{
color: #38AFC7;
}
</style>
background-color css
<style>
a { background-color: #38AFC7; }
a { background-color: rgb(56,175,199); }
div.DivClassName
{
background-color: #38AFC7;
}
.BgClassName
{
background-color: #38AFC7;
}
</style>
border-color css
<style>
span { border-color: #38AFC7; }
span { border-color: rgb(56,175,199); }
td.TdClassName
{
border-color: #38AFC7;
}
.TagClassName
{
border-color: #38AFC7;
}
</style>