Shades of Viking #35ACC2
Tints of Viking #35ACC2
RGB
CMYK
RGB Variations
Color information
#35ACC2 (or 0x35ACC2) is known color: Viking. HEX triplet: 35, AC and C2. RGB value is (53,172,194). Sum of RGB (Red+Green+Blue) = 53+172+194=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #35ACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACC2 is #CA533D. Grayscale: #8A8A8A. Windows color (decimal): -13259582 or 12758069. OLE color: 12758069.
HSL color Cylindrical-coordinate representation of color #35ACC2: hue angle of 189.36º 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 #35ACC2 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 172 | 194 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.24 |
| HSL | 189.36º | 0.57% | 0.48% | - |
| HSV(B) | 189.36º | 0.73% | 0.76% | - |
| XYZ | 25.96 | 34.16 | 56.26 | - |
| YUV | 138.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 172 | 194 | 0.73 | 0.11 | 0 | 0.24 | 189.36 | 0.57 | 0.48 |
| Hex | 35 | AC | C2 | 49 | B | 0 | 18 | BD | 39 | 30 |
| Octal | 65 | 254 | 302 | 111 | 13 | 0 | 30 | 275 | 71 | 60 |
| Binary | 110101 | 10101100 | 11000010 | 1001001 | 1011 | 0 | 11000 | 10111101 | 111001 | 110000 |
Color Harmonies of #35ACC2
Complementary color
Monochromatic Colors of #35ACC2
Black with #35ACC2
Text Example
Text Example
White with #35ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ACC2; }
p { color: rgb(53,172,194); }
H1.HeaderClassName
{
color: #35ACC2;
}
.AnyTagClassName
{
color: #35ACC2;
}
</style>
background-color css
<style>
a { background-color: #35ACC2; }
a { background-color: rgb(53,172,194); }
div.DivClassName
{
background-color: #35ACC2;
}
.BgClassName
{
background-color: #35ACC2;
}
</style>
border-color css
<style>
span { border-color: #35ACC2; }
span { border-color: rgb(53,172,194); }
td.TdClassName
{
border-color: #35ACC2;
}
.TagClassName
{
border-color: #35ACC2;
}
</style>