Shades of Viking #38AABD
Tints of Viking #38AABD
RGB
CMYK
RGB Variations
Color information
#38AABD (or 0x38AABD) is known color: Viking. HEX triplet: 38, AA and BD. RGB value is (56,170,189). Sum of RGB (Red+Green+Blue) = 56+170+189=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #38AABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AABD is #C75542. Grayscale: #898989. Windows color (decimal): -13063491 or 12429880. OLE color: 12429880.
HSL color Cylindrical-coordinate representation of color #38AABD: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AABD is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 170 | 189 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.26 |
| HSL | 188.57º | 0.54% | 0.48% | - |
| HSV(B) | 188.57º | 0.7% | 0.74% | - |
| XYZ | 25.19 | 33.26 | 53.24 | - |
| YUV | 138.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 189 | 0.70 | 0.10 | 0 | 0.26 | 188.57 | 0.54 | 0.48 |
| Hex | 38 | AA | BD | 46 | A | 0 | 1A | BD | 36 | 30 |
| Octal | 70 | 252 | 275 | 106 | 12 | 0 | 32 | 275 | 66 | 60 |
| Binary | 111000 | 10101010 | 10111101 | 1000110 | 1010 | 0 | 11010 | 10111101 | 110110 | 110000 |
Color Harmonies of #38AABD
Complementary color
Monochromatic Colors of #38AABD
Black with #38AABD
Text Example
Text Example
White with #38AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AABD; }
p { color: rgb(56,170,189); }
H1.HeaderClassName
{
color: #38AABD;
}
.AnyTagClassName
{
color: #38AABD;
}
</style>
background-color css
<style>
a { background-color: #38AABD; }
a { background-color: rgb(56,170,189); }
div.DivClassName
{
background-color: #38AABD;
}
.BgClassName
{
background-color: #38AABD;
}
</style>
border-color css
<style>
span { border-color: #38AABD; }
span { border-color: rgb(56,170,189); }
td.TdClassName
{
border-color: #38AABD;
}
.TagClassName
{
border-color: #38AABD;
}
</style>