Shades of Viking #3ABBBD
Tints of Viking #3ABBBD
RGB
CMYK
RGB Variations
Color information
#3ABBBD (or 0x3ABBBD) is known color: Viking. HEX triplet: 3A, BB and BD. RGB value is (58,187,189). Sum of RGB (Red+Green+Blue) = 58+187+189=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #3ABBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBBD is #C54442. Grayscale: #949494. Windows color (decimal): -12928067 or 12434234. OLE color: 12434234.
HSL color Cylindrical-coordinate representation of color #3ABBBD: hue angle of 180.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABBBD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 187 | 189 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.26 |
| HSL | 180.92º | 0.53% | 0.48% | - |
| HSV(B) | 180.92º | 0.69% | 0.74% | - |
| XYZ | 28.7 | 40.11 | 54.37 | - |
| YUV | 148.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 189 | 0.69 | 0.01 | 0 | 0.26 | 180.92 | 0.53 | 0.48 |
| Hex | 3A | BB | BD | 45 | 1 | 0 | 1A | B5 | 35 | 30 |
| Octal | 72 | 273 | 275 | 105 | 1 | 0 | 32 | 265 | 65 | 60 |
| Binary | 111010 | 10111011 | 10111101 | 1000101 | 1 | 0 | 11010 | 10110101 | 110101 | 110000 |
Color Harmonies of #3ABBBD
Complementary color
Monochromatic Colors of #3ABBBD
Black with #3ABBBD
Text Example
Text Example
White with #3ABBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBBD; }
p { color: rgb(58,187,189); }
H1.HeaderClassName
{
color: #3ABBBD;
}
.AnyTagClassName
{
color: #3ABBBD;
}
</style>
background-color css
<style>
a { background-color: #3ABBBD; }
a { background-color: rgb(58,187,189); }
div.DivClassName
{
background-color: #3ABBBD;
}
.BgClassName
{
background-color: #3ABBBD;
}
</style>
border-color css
<style>
span { border-color: #3ABBBD; }
span { border-color: rgb(58,187,189); }
td.TdClassName
{
border-color: #3ABBBD;
}
.TagClassName
{
border-color: #3ABBBD;
}
</style>