Shades of Viking #38B0BD
Tints of Viking #38B0BD
RGB
CMYK
RGB Variations
Color information
#38B0BD (or 0x38B0BD) is known color: Viking. HEX triplet: 38, B0 and BD. RGB value is (56,176,189). Sum of RGB (Red+Green+Blue) = 56+176+189=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #38B0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B0BD is #C74F42. Grayscale: #8D8D8D. Windows color (decimal): -13061955 or 12431416. OLE color: 12431416.
HSL color Cylindrical-coordinate representation of color #38B0BD: hue angle of 185.86º 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 #38B0BD is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 176 | 189 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.26 |
| HSL | 185.86º | 0.54% | 0.48% | - |
| HSV(B) | 185.86º | 0.7% | 0.74% | - |
| XYZ | 26.34 | 35.57 | 53.62 | - |
| YUV | 141.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 189 | 0.70 | 0.07 | 0 | 0.26 | 185.86 | 0.54 | 0.48 |
| Hex | 38 | B0 | BD | 46 | 7 | 0 | 1A | BA | 36 | 30 |
| Octal | 70 | 260 | 275 | 106 | 7 | 0 | 32 | 272 | 66 | 60 |
| Binary | 111000 | 10110000 | 10111101 | 1000110 | 111 | 0 | 11010 | 10111010 | 110110 | 110000 |
Color Harmonies of #38B0BD
Complementary color
Monochromatic Colors of #38B0BD
Black with #38B0BD
Text Example
Text Example
White with #38B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B0BD; }
p { color: rgb(56,176,189); }
H1.HeaderClassName
{
color: #38B0BD;
}
.AnyTagClassName
{
color: #38B0BD;
}
</style>
background-color css
<style>
a { background-color: #38B0BD; }
a { background-color: rgb(56,176,189); }
div.DivClassName
{
background-color: #38B0BD;
}
.BgClassName
{
background-color: #38B0BD;
}
</style>
border-color css
<style>
span { border-color: #38B0BD; }
span { border-color: rgb(56,176,189); }
td.TdClassName
{
border-color: #38B0BD;
}
.TagClassName
{
border-color: #38B0BD;
}
</style>