Shades of Viking #35ADC2
Tints of Viking #35ADC2
RGB
CMYK
RGB Variations
Color information
#35ADC2 (or 0x35ADC2) is known color: Viking. HEX triplet: 35, AD and C2. RGB value is (53,173,194). Sum of RGB (Red+Green+Blue) = 53+173+194=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #35ADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADC2 is #CA523D. Grayscale: #8B8B8B. Windows color (decimal): -13259326 or 12758325. OLE color: 12758325.
HSL color Cylindrical-coordinate representation of color #35ADC2: hue angle of 188.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35ADC2 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 173 | 194 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.24 |
| HSL | 188.94º | 0.57% | 0.48% | - |
| HSV(B) | 188.94º | 0.73% | 0.76% | - |
| XYZ | 26.15 | 34.54 | 56.33 | - |
| YUV | 139.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 194 | 0.73 | 0.11 | 0 | 0.24 | 188.94 | 0.57 | 0.48 |
| Hex | 35 | AD | C2 | 49 | B | 0 | 18 | BD | 39 | 30 |
| Octal | 65 | 255 | 302 | 111 | 13 | 0 | 30 | 275 | 71 | 60 |
| Binary | 110101 | 10101101 | 11000010 | 1001001 | 1011 | 0 | 11000 | 10111101 | 111001 | 110000 |
Color Harmonies of #35ADC2
Complementary color
Monochromatic Colors of #35ADC2
Black with #35ADC2
Text Example
Text Example
White with #35ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ADC2; }
p { color: rgb(53,173,194); }
H1.HeaderClassName
{
color: #35ADC2;
}
.AnyTagClassName
{
color: #35ADC2;
}
</style>
background-color css
<style>
a { background-color: #35ADC2; }
a { background-color: rgb(53,173,194); }
div.DivClassName
{
background-color: #35ADC2;
}
.BgClassName
{
background-color: #35ADC2;
}
</style>
border-color css
<style>
span { border-color: #35ADC2; }
span { border-color: rgb(53,173,194); }
td.TdClassName
{
border-color: #35ADC2;
}
.TagClassName
{
border-color: #35ADC2;
}
</style>