Shades of Viking #38B2B9
Tints of Viking #38B2B9
RGB
CMYK
RGB Variations
Color information
#38B2B9 (or 0x38B2B9) is known color: Viking. HEX triplet: 38, B2 and B9. RGB value is (56,178,185). Sum of RGB (Red+Green+Blue) = 56+178+185=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #38B2B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B2B9 is #C74D46. Grayscale: #8E8E8E. Windows color (decimal): -13061447 or 12169784. OLE color: 12169784.
HSL color Cylindrical-coordinate representation of color #38B2B9: hue angle of 183.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B2B9 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 178 | 185 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.27 |
| HSL | 183.26º | 0.54% | 0.47% | - |
| HSV(B) | 183.26º | 0.7% | 0.73% | - |
| XYZ | 26.31 | 36.18 | 51.5 | - |
| YUV | 142.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 178 | 185 | 0.70 | 0.04 | 0 | 0.27 | 183.26 | 0.54 | 0.47 |
| Hex | 38 | B2 | B9 | 46 | 4 | 0 | 1B | B7 | 36 | 2F |
| Octal | 70 | 262 | 271 | 106 | 4 | 0 | 33 | 267 | 66 | 57 |
| Binary | 111000 | 10110010 | 10111001 | 1000110 | 100 | 0 | 11011 | 10110111 | 110110 | 101111 |
Color Harmonies of #38B2B9
Complementary color
Monochromatic Colors of #38B2B9
Black with #38B2B9
Text Example
Text Example
White with #38B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B2B9; }
p { color: rgb(56,178,185); }
H1.HeaderClassName
{
color: #38B2B9;
}
.AnyTagClassName
{
color: #38B2B9;
}
</style>
background-color css
<style>
a { background-color: #38B2B9; }
a { background-color: rgb(56,178,185); }
div.DivClassName
{
background-color: #38B2B9;
}
.BgClassName
{
background-color: #38B2B9;
}
</style>
border-color css
<style>
span { border-color: #38B2B9; }
span { border-color: rgb(56,178,185); }
td.TdClassName
{
border-color: #38B2B9;
}
.TagClassName
{
border-color: #38B2B9;
}
</style>