Shades of Viking #41A0C3
Tints of Viking #41A0C3
RGB
CMYK
RGB Variations
Color information
#41A0C3 (or 0x41A0C3) is known color: Viking. HEX triplet: 41, A0 and C3. RGB value is (65,160,195). Sum of RGB (Red+Green+Blue) = 65+160+195=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #41A0C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0C3 is #BE5F3C. Grayscale: #878787. Windows color (decimal): -12476221 or 12820545. OLE color: 12820545.
HSL color Cylindrical-coordinate representation of color #41A0C3: hue angle of 196.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41A0C3 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 160 | 195 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.24 |
| HSL | 196.15º | 0.52% | 0.51% | - |
| HSV(B) | 196.15º | 0.67% | 0.76% | - |
| XYZ | 24.6 | 30.21 | 56.16 | - |
| YUV | 135.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 195 | 0.67 | 0.18 | 0 | 0.24 | 196.15 | 0.52 | 0.51 |
| Hex | 41 | A0 | C3 | 43 | 12 | 0 | 18 | C4 | 34 | 33 |
| Octal | 101 | 240 | 303 | 103 | 22 | 0 | 30 | 304 | 64 | 63 |
| Binary | 1000001 | 10100000 | 11000011 | 1000011 | 10010 | 0 | 11000 | 11000100 | 110100 | 110011 |
Color Harmonies of #41A0C3
Complementary color
Monochromatic Colors of #41A0C3
Black with #41A0C3
Text Example
Text Example
White with #41A0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0C3; }
p { color: rgb(65,160,195); }
H1.HeaderClassName
{
color: #41A0C3;
}
.AnyTagClassName
{
color: #41A0C3;
}
</style>
background-color css
<style>
a { background-color: #41A0C3; }
a { background-color: rgb(65,160,195); }
div.DivClassName
{
background-color: #41A0C3;
}
.BgClassName
{
background-color: #41A0C3;
}
</style>
border-color css
<style>
span { border-color: #41A0C3; }
span { border-color: rgb(65,160,195); }
td.TdClassName
{
border-color: #41A0C3;
}
.TagClassName
{
border-color: #41A0C3;
}
</style>