Shades of Viking #39A8BD
Tints of Viking #39A8BD
RGB
CMYK
RGB Variations
Color information
#39A8BD (or 0x39A8BD) is known color: Viking. HEX triplet: 39, A8 and BD. RGB value is (57,168,189). Sum of RGB (Red+Green+Blue) = 57+168+189=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #39A8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A8BD is #C65742. Grayscale: #898989. Windows color (decimal): -12998467 or 12429369. OLE color: 12429369.
HSL color Cylindrical-coordinate representation of color #39A8BD: hue angle of 189.55º 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 #39A8BD is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 168 | 189 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.26 |
| HSL | 189.55º | 0.54% | 0.48% | - |
| HSV(B) | 189.55º | 0.7% | 0.74% | - |
| XYZ | 24.88 | 32.55 | 53.12 | - |
| YUV | 137.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 168 | 189 | 0.70 | 0.11 | 0 | 0.26 | 189.55 | 0.54 | 0.48 |
| Hex | 39 | A8 | BD | 46 | B | 0 | 1A | BE | 36 | 30 |
| Octal | 71 | 250 | 275 | 106 | 13 | 0 | 32 | 276 | 66 | 60 |
| Binary | 111001 | 10101000 | 10111101 | 1000110 | 1011 | 0 | 11010 | 10111110 | 110110 | 110000 |
Color Harmonies of #39A8BD
Complementary color
Monochromatic Colors of #39A8BD
Black with #39A8BD
Text Example
Text Example
White with #39A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A8BD; }
p { color: rgb(57,168,189); }
H1.HeaderClassName
{
color: #39A8BD;
}
.AnyTagClassName
{
color: #39A8BD;
}
</style>
background-color css
<style>
a { background-color: #39A8BD; }
a { background-color: rgb(57,168,189); }
div.DivClassName
{
background-color: #39A8BD;
}
.BgClassName
{
background-color: #39A8BD;
}
</style>
border-color css
<style>
span { border-color: #39A8BD; }
span { border-color: rgb(57,168,189); }
td.TdClassName
{
border-color: #39A8BD;
}
.TagClassName
{
border-color: #39A8BD;
}
</style>