Shades of Viking #3AAEBC
Tints of Viking #3AAEBC
RGB
CMYK
RGB Variations
Color information
#3AAEBC (or 0x3AAEBC) is known color: Viking. HEX triplet: 3A, AE and BC. RGB value is (58,174,188). Sum of RGB (Red+Green+Blue) = 58+174+188=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #3AAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEBC is #C55143. Grayscale: #8C8C8C. Windows color (decimal): -12931396 or 12365370. OLE color: 12365370.
HSL color Cylindrical-coordinate representation of color #3AAEBC: hue angle of 186.46º 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 #3AAEBC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 174 | 188 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.26 |
| HSL | 186.46º | 0.53% | 0.48% | - |
| HSV(B) | 186.46º | 0.69% | 0.74% | - |
| XYZ | 25.96 | 34.8 | 52.93 | - |
| YUV | 140.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 188 | 0.69 | 0.07 | 0 | 0.26 | 186.46 | 0.53 | 0.48 |
| Hex | 3A | AE | BC | 45 | 7 | 0 | 1A | BA | 35 | 30 |
| Octal | 72 | 256 | 274 | 105 | 7 | 0 | 32 | 272 | 65 | 60 |
| Binary | 111010 | 10101110 | 10111100 | 1000101 | 111 | 0 | 11010 | 10111010 | 110101 | 110000 |
Color Harmonies of #3AAEBC
Complementary color
Monochromatic Colors of #3AAEBC
Black with #3AAEBC
Text Example
Text Example
White with #3AAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEBC; }
p { color: rgb(58,174,188); }
H1.HeaderClassName
{
color: #3AAEBC;
}
.AnyTagClassName
{
color: #3AAEBC;
}
</style>
background-color css
<style>
a { background-color: #3AAEBC; }
a { background-color: rgb(58,174,188); }
div.DivClassName
{
background-color: #3AAEBC;
}
.BgClassName
{
background-color: #3AAEBC;
}
</style>
border-color css
<style>
span { border-color: #3AAEBC; }
span { border-color: rgb(58,174,188); }
td.TdClassName
{
border-color: #3AAEBC;
}
.TagClassName
{
border-color: #3AAEBC;
}
</style>