Shades of Viking #38B0C9
Tints of Viking #38B0C9
RGB
CMYK
RGB Variations
Color information
#38B0C9 (or 0x38B0C9) is known color: Viking. HEX triplet: 38, B0 and C9. RGB value is (56,176,201). Sum of RGB (Red+Green+Blue) = 56+176+201=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #38B0C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B0C9 is #C74F36. Grayscale: #8E8E8E. Windows color (decimal): -13061943 or 13217848. OLE color: 13217848.
HSL color Cylindrical-coordinate representation of color #38B0C9: hue angle of 190.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38B0C9 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 176 | 201 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.21 |
| HSL | 190.34º | 0.57% | 0.5% | - |
| HSV(B) | 190.34º | 0.72% | 0.79% | - |
| XYZ | 27.7 | 36.11 | 60.77 | - |
| YUV | 142.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 201 | 0.72 | 0.12 | 0 | 0.21 | 190.34 | 0.57 | 0.5 |
| Hex | 38 | B0 | C9 | 48 | C | 0 | 15 | BE | 39 | 32 |
| Octal | 70 | 260 | 311 | 110 | 14 | 0 | 25 | 276 | 71 | 62 |
| Binary | 111000 | 10110000 | 11001001 | 1001000 | 1100 | 0 | 10101 | 10111110 | 111001 | 110010 |
Color Harmonies of #38B0C9
Complementary color
Monochromatic Colors of #38B0C9
Black with #38B0C9
Text Example
Text Example
White with #38B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B0C9; }
p { color: rgb(56,176,201); }
H1.HeaderClassName
{
color: #38B0C9;
}
.AnyTagClassName
{
color: #38B0C9;
}
</style>
background-color css
<style>
a { background-color: #38B0C9; }
a { background-color: rgb(56,176,201); }
div.DivClassName
{
background-color: #38B0C9;
}
.BgClassName
{
background-color: #38B0C9;
}
</style>
border-color css
<style>
span { border-color: #38B0C9; }
span { border-color: rgb(56,176,201); }
td.TdClassName
{
border-color: #38B0C9;
}
.TagClassName
{
border-color: #38B0C9;
}
</style>