Shades of Viking #39ABBA
Tints of Viking #39ABBA
RGB
CMYK
RGB Variations
Color information
#39ABBA (or 0x39ABBA) is known color: Viking. HEX triplet: 39, AB and BA. RGB value is (57,171,186). Sum of RGB (Red+Green+Blue) = 57+171+186=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #39ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ABBA is #C65445. Grayscale: #8A8A8A. Windows color (decimal): -12997702 or 12233529. OLE color: 12233529.
HSL color Cylindrical-coordinate representation of color #39ABBA: hue angle of 186.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39ABBA is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 171 | 186 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.27 |
| HSL | 186.98º | 0.53% | 0.48% | - |
| HSV(B) | 186.98º | 0.69% | 0.73% | - |
| XYZ | 25.11 | 33.54 | 51.6 | - |
| YUV | 138.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 171 | 186 | 0.69 | 0.08 | 0 | 0.27 | 186.98 | 0.53 | 0.48 |
| Hex | 39 | AB | BA | 45 | 8 | 0 | 1B | BB | 35 | 30 |
| Octal | 71 | 253 | 272 | 105 | 10 | 0 | 33 | 273 | 65 | 60 |
| Binary | 111001 | 10101011 | 10111010 | 1000101 | 1000 | 0 | 11011 | 10111011 | 110101 | 110000 |
Color Harmonies of #39ABBA
Complementary color
Monochromatic Colors of #39ABBA
Black with #39ABBA
Text Example
Text Example
White with #39ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ABBA; }
p { color: rgb(57,171,186); }
H1.HeaderClassName
{
color: #39ABBA;
}
.AnyTagClassName
{
color: #39ABBA;
}
</style>
background-color css
<style>
a { background-color: #39ABBA; }
a { background-color: rgb(57,171,186); }
div.DivClassName
{
background-color: #39ABBA;
}
.BgClassName
{
background-color: #39ABBA;
}
</style>
border-color css
<style>
span { border-color: #39ABBA; }
span { border-color: rgb(57,171,186); }
td.TdClassName
{
border-color: #39ABBA;
}
.TagClassName
{
border-color: #39ABBA;
}
</style>