Shades of Viking #35B7C2
Tints of Viking #35B7C2
RGB
CMYK
RGB Variations
Color information
#35B7C2 (or 0x35B7C2) is known color: Viking. HEX triplet: 35, B7 and C2. RGB value is (53,183,194). Sum of RGB (Red+Green+Blue) = 53+183+194=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #35B7C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7C2 is #CA483D. Grayscale: #919191. Windows color (decimal): -13256766 or 12760885. OLE color: 12760885.
HSL color Cylindrical-coordinate representation of color #35B7C2: hue angle of 184.68º 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 #35B7C2 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 183 | 194 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.24 |
| HSL | 184.68º | 0.57% | 0.48% | - |
| HSV(B) | 184.68º | 0.73% | 0.76% | - |
| XYZ | 28.14 | 38.52 | 56.99 | - |
| YUV | 145.38 | 155.43 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 183 | 194 | 0.73 | 0.06 | 0 | 0.24 | 184.68 | 0.57 | 0.48 |
| Hex | 35 | B7 | C2 | 49 | 6 | 0 | 18 | B9 | 39 | 30 |
| Octal | 65 | 267 | 302 | 111 | 6 | 0 | 30 | 271 | 71 | 60 |
| Binary | 110101 | 10110111 | 11000010 | 1001001 | 110 | 0 | 11000 | 10111001 | 111001 | 110000 |
Color Harmonies of #35B7C2
Complementary color
Monochromatic Colors of #35B7C2
Black with #35B7C2
Text Example
Text Example
White with #35B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B7C2; }
p { color: rgb(53,183,194); }
H1.HeaderClassName
{
color: #35B7C2;
}
.AnyTagClassName
{
color: #35B7C2;
}
</style>
background-color css
<style>
a { background-color: #35B7C2; }
a { background-color: rgb(53,183,194); }
div.DivClassName
{
background-color: #35B7C2;
}
.BgClassName
{
background-color: #35B7C2;
}
</style>
border-color css
<style>
span { border-color: #35B7C2; }
span { border-color: rgb(53,183,194); }
td.TdClassName
{
border-color: #35B7C2;
}
.TagClassName
{
border-color: #35B7C2;
}
</style>