Shades of Viking #3AADC3
Tints of Viking #3AADC3
RGB
CMYK
RGB Variations
Color information
#3AADC3 (or 0x3AADC3) is known color: Viking. HEX triplet: 3A, AD and C3. RGB value is (58,173,195). Sum of RGB (Red+Green+Blue) = 58+173+195=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #3AADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADC3 is #C5523C. Grayscale: #8C8C8C. Windows color (decimal): -12931645 or 12823866. OLE color: 12823866.
HSL color Cylindrical-coordinate representation of color #3AADC3: hue angle of 189.64º 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 #3AADC3 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 173 | 195 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.24 |
| HSL | 189.64º | 0.54% | 0.5% | - |
| HSV(B) | 189.64º | 0.7% | 0.76% | - |
| XYZ | 26.54 | 34.73 | 56.93 | - |
| YUV | 141.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 195 | 0.70 | 0.11 | 0 | 0.24 | 189.64 | 0.54 | 0.5 |
| Hex | 3A | AD | C3 | 46 | B | 0 | 18 | BE | 36 | 32 |
| Octal | 72 | 255 | 303 | 106 | 13 | 0 | 30 | 276 | 66 | 62 |
| Binary | 111010 | 10101101 | 11000011 | 1000110 | 1011 | 0 | 11000 | 10111110 | 110110 | 110010 |
Color Harmonies of #3AADC3
Complementary color
Monochromatic Colors of #3AADC3
Black with #3AADC3
Text Example
Text Example
White with #3AADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADC3; }
p { color: rgb(58,173,195); }
H1.HeaderClassName
{
color: #3AADC3;
}
.AnyTagClassName
{
color: #3AADC3;
}
</style>
background-color css
<style>
a { background-color: #3AADC3; }
a { background-color: rgb(58,173,195); }
div.DivClassName
{
background-color: #3AADC3;
}
.BgClassName
{
background-color: #3AADC3;
}
</style>
border-color css
<style>
span { border-color: #3AADC3; }
span { border-color: rgb(58,173,195); }
td.TdClassName
{
border-color: #3AADC3;
}
.TagClassName
{
border-color: #3AADC3;
}
</style>