Shades of Viking #38ACB8
Tints of Viking #38ACB8
RGB
CMYK
RGB Variations
Color information
#38ACB8 (or 0x38ACB8) is known color: Viking. HEX triplet: 38, AC and B8. RGB value is (56,172,184). Sum of RGB (Red+Green+Blue) = 56+172+184=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #38ACB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACB8 is #C75347. Grayscale: #8A8A8A. Windows color (decimal): -13062984 or 12102712. OLE color: 12102712.
HSL color Cylindrical-coordinate representation of color #38ACB8: hue angle of 185.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38ACB8 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 172 | 184 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.28 |
| HSL | 185.63º | 0.53% | 0.47% | - |
| HSV(B) | 185.63º | 0.7% | 0.72% | - |
| XYZ | 25.04 | 33.81 | 50.55 | - |
| YUV | 138.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 184 | 0.70 | 0.07 | 0 | 0.28 | 185.63 | 0.53 | 0.47 |
| Hex | 38 | AC | B8 | 46 | 7 | 0 | 1C | BA | 35 | 2F |
| Octal | 70 | 254 | 270 | 106 | 7 | 0 | 34 | 272 | 65 | 57 |
| Binary | 111000 | 10101100 | 10111000 | 1000110 | 111 | 0 | 11100 | 10111010 | 110101 | 101111 |
Color Harmonies of #38ACB8
Complementary color
Monochromatic Colors of #38ACB8
Black with #38ACB8
Text Example
Text Example
White with #38ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACB8; }
p { color: rgb(56,172,184); }
H1.HeaderClassName
{
color: #38ACB8;
}
.AnyTagClassName
{
color: #38ACB8;
}
</style>
background-color css
<style>
a { background-color: #38ACB8; }
a { background-color: rgb(56,172,184); }
div.DivClassName
{
background-color: #38ACB8;
}
.BgClassName
{
background-color: #38ACB8;
}
</style>
border-color css
<style>
span { border-color: #38ACB8; }
span { border-color: rgb(56,172,184); }
td.TdClassName
{
border-color: #38ACB8;
}
.TagClassName
{
border-color: #38ACB8;
}
</style>