Shades of Viking #3AAEC3
Tints of Viking #3AAEC3
RGB
CMYK
RGB Variations
Color information
#3AAEC3 (or 0x3AAEC3) is known color: Viking. HEX triplet: 3A, AE and C3. RGB value is (58,174,195). Sum of RGB (Red+Green+Blue) = 58+174+195=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #3AAEC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEC3 is #C5513C. Grayscale: #8D8D8D. Windows color (decimal): -12931389 or 12824122. OLE color: 12824122.
HSL color Cylindrical-coordinate representation of color #3AAEC3: hue angle of 189.2º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAEC3 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 174 | 195 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.24 |
| HSL | 189.2º | 0.54% | 0.5% | - |
| HSV(B) | 189.2º | 0.7% | 0.76% | - |
| XYZ | 26.73 | 35.11 | 57 | - |
| YUV | 141.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 195 | 0.70 | 0.11 | 0 | 0.24 | 189.2 | 0.54 | 0.5 |
| Hex | 3A | AE | C3 | 46 | B | 0 | 18 | BD | 36 | 32 |
| Octal | 72 | 256 | 303 | 106 | 13 | 0 | 30 | 275 | 66 | 62 |
| Binary | 111010 | 10101110 | 11000011 | 1000110 | 1011 | 0 | 11000 | 10111101 | 110110 | 110010 |
Color Harmonies of #3AAEC3
Complementary color
Monochromatic Colors of #3AAEC3
Black with #3AAEC3
Text Example
Text Example
White with #3AAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEC3; }
p { color: rgb(58,174,195); }
H1.HeaderClassName
{
color: #3AAEC3;
}
.AnyTagClassName
{
color: #3AAEC3;
}
</style>
background-color css
<style>
a { background-color: #3AAEC3; }
a { background-color: rgb(58,174,195); }
div.DivClassName
{
background-color: #3AAEC3;
}
.BgClassName
{
background-color: #3AAEC3;
}
</style>
border-color css
<style>
span { border-color: #3AAEC3; }
span { border-color: rgb(58,174,195); }
td.TdClassName
{
border-color: #3AAEC3;
}
.TagClassName
{
border-color: #3AAEC3;
}
</style>