Shades of Viking #38ABBD
Tints of Viking #38ABBD
RGB
CMYK
RGB Variations
Color information
#38ABBD (or 0x38ABBD) is known color: Viking. HEX triplet: 38, AB and BD. RGB value is (56,171,189). Sum of RGB (Red+Green+Blue) = 56+171+189=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #38ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABBD is #C75442. Grayscale: #8A8A8A. Windows color (decimal): -13063235 or 12430136. OLE color: 12430136.
HSL color Cylindrical-coordinate representation of color #38ABBD: hue angle of 188.12º 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 #38ABBD is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 171 | 189 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.26 |
| HSL | 188.12º | 0.54% | 0.48% | - |
| HSV(B) | 188.12º | 0.7% | 0.74% | - |
| XYZ | 25.38 | 33.64 | 53.3 | - |
| YUV | 138.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 189 | 0.70 | 0.10 | 0 | 0.26 | 188.12 | 0.54 | 0.48 |
| Hex | 38 | AB | BD | 46 | A | 0 | 1A | BC | 36 | 30 |
| Octal | 70 | 253 | 275 | 106 | 12 | 0 | 32 | 274 | 66 | 60 |
| Binary | 111000 | 10101011 | 10111101 | 1000110 | 1010 | 0 | 11010 | 10111100 | 110110 | 110000 |
Color Harmonies of #38ABBD
Complementary color
Monochromatic Colors of #38ABBD
Black with #38ABBD
Text Example
Text Example
White with #38ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ABBD; }
p { color: rgb(56,171,189); }
H1.HeaderClassName
{
color: #38ABBD;
}
.AnyTagClassName
{
color: #38ABBD;
}
</style>
background-color css
<style>
a { background-color: #38ABBD; }
a { background-color: rgb(56,171,189); }
div.DivClassName
{
background-color: #38ABBD;
}
.BgClassName
{
background-color: #38ABBD;
}
</style>
border-color css
<style>
span { border-color: #38ABBD; }
span { border-color: rgb(56,171,189); }
td.TdClassName
{
border-color: #38ABBD;
}
.TagClassName
{
border-color: #38ABBD;
}
</style>