Shades of Viking #3AACC8
Tints of Viking #3AACC8
RGB
CMYK
RGB Variations
Color information
#3AACC8 (or 0x3AACC8) is known color: Viking. HEX triplet: 3A, AC and C8. RGB value is (58,172,200). Sum of RGB (Red+Green+Blue) = 58+172+200=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #3AACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACC8 is #C55337. Grayscale: #8C8C8C. Windows color (decimal): -12931896 or 13151290. OLE color: 13151290.
HSL color Cylindrical-coordinate representation of color #3AACC8: hue angle of 191.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AACC8 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 172 | 200 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.22 |
| HSL | 191.83º | 0.56% | 0.51% | - |
| HSV(B) | 191.83º | 0.71% | 0.78% | - |
| XYZ | 26.92 | 34.57 | 59.9 | - |
| YUV | 141.11 | 161.23 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 200 | 0.71 | 0.14 | 0 | 0.22 | 191.83 | 0.56 | 0.51 |
| Hex | 3A | AC | C8 | 47 | E | 0 | 16 | C0 | 38 | 33 |
| Octal | 72 | 254 | 310 | 107 | 16 | 0 | 26 | 300 | 70 | 63 |
| Binary | 111010 | 10101100 | 11001000 | 1000111 | 1110 | 0 | 10110 | 11000000 | 111000 | 110011 |
Color Harmonies of #3AACC8
Complementary color
Monochromatic Colors of #3AACC8
Black with #3AACC8
Text Example
Text Example
White with #3AACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACC8; }
p { color: rgb(58,172,200); }
H1.HeaderClassName
{
color: #3AACC8;
}
.AnyTagClassName
{
color: #3AACC8;
}
</style>
background-color css
<style>
a { background-color: #3AACC8; }
a { background-color: rgb(58,172,200); }
div.DivClassName
{
background-color: #3AACC8;
}
.BgClassName
{
background-color: #3AACC8;
}
</style>
border-color css
<style>
span { border-color: #3AACC8; }
span { border-color: rgb(58,172,200); }
td.TdClassName
{
border-color: #3AACC8;
}
.TagClassName
{
border-color: #3AACC8;
}
</style>