Shades of Viking #3AAEC9
Tints of Viking #3AAEC9
RGB
CMYK
RGB Variations
Color information
#3AAEC9 (or 0x3AAEC9) is known color: Viking. HEX triplet: 3A, AE and C9. RGB value is (58,174,201). Sum of RGB (Red+Green+Blue) = 58+174+201=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #3AAEC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEC9 is #C55136. Grayscale: #8E8E8E. Windows color (decimal): -12931383 or 13217338. OLE color: 13217338.
HSL color Cylindrical-coordinate representation of color #3AAEC9: hue angle of 191.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AAEC9 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 174 | 201 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.21 |
| HSL | 191.33º | 0.57% | 0.51% | - |
| HSV(B) | 191.33º | 0.71% | 0.79% | - |
| XYZ | 27.42 | 35.39 | 60.64 | - |
| YUV | 142.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 201 | 0.71 | 0.13 | 0 | 0.21 | 191.33 | 0.57 | 0.51 |
| Hex | 3A | AE | C9 | 47 | D | 0 | 15 | BF | 39 | 33 |
| Octal | 72 | 256 | 311 | 107 | 15 | 0 | 25 | 277 | 71 | 63 |
| Binary | 111010 | 10101110 | 11001001 | 1000111 | 1101 | 0 | 10101 | 10111111 | 111001 | 110011 |
Color Harmonies of #3AAEC9
Complementary color
Monochromatic Colors of #3AAEC9
Black with #3AAEC9
Text Example
Text Example
White with #3AAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEC9; }
p { color: rgb(58,174,201); }
H1.HeaderClassName
{
color: #3AAEC9;
}
.AnyTagClassName
{
color: #3AAEC9;
}
</style>
background-color css
<style>
a { background-color: #3AAEC9; }
a { background-color: rgb(58,174,201); }
div.DivClassName
{
background-color: #3AAEC9;
}
.BgClassName
{
background-color: #3AAEC9;
}
</style>
border-color css
<style>
span { border-color: #3AAEC9; }
span { border-color: rgb(58,174,201); }
td.TdClassName
{
border-color: #3AAEC9;
}
.TagClassName
{
border-color: #3AAEC9;
}
</style>