Shades of Viking #41ACC3
Tints of Viking #41ACC3
RGB
CMYK
RGB Variations
Color information
#41ACC3 (or 0x41ACC3) is known color: Viking. HEX triplet: 41, AC and C3. RGB value is (65,172,195). Sum of RGB (Red+Green+Blue) = 65+172+195=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #41ACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACC3 is #BE533C. Grayscale: #8E8E8E. Windows color (decimal): -12473149 or 12823617. OLE color: 12823617.
HSL color Cylindrical-coordinate representation of color #41ACC3: hue angle of 190.62º 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 #41ACC3 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 172 | 195 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.24 |
| HSL | 190.62º | 0.52% | 0.51% | - |
| HSV(B) | 190.62º | 0.67% | 0.76% | - |
| XYZ | 26.78 | 34.57 | 56.89 | - |
| YUV | 142.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 195 | 0.67 | 0.12 | 0 | 0.24 | 190.62 | 0.52 | 0.51 |
| Hex | 41 | AC | C3 | 43 | C | 0 | 18 | BF | 34 | 33 |
| Octal | 101 | 254 | 303 | 103 | 14 | 0 | 30 | 277 | 64 | 63 |
| Binary | 1000001 | 10101100 | 11000011 | 1000011 | 1100 | 0 | 11000 | 10111111 | 110100 | 110011 |
Color Harmonies of #41ACC3
Complementary color
Monochromatic Colors of #41ACC3
Black with #41ACC3
Text Example
Text Example
White with #41ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ACC3; }
p { color: rgb(65,172,195); }
H1.HeaderClassName
{
color: #41ACC3;
}
.AnyTagClassName
{
color: #41ACC3;
}
</style>
background-color css
<style>
a { background-color: #41ACC3; }
a { background-color: rgb(65,172,195); }
div.DivClassName
{
background-color: #41ACC3;
}
.BgClassName
{
background-color: #41ACC3;
}
</style>
border-color css
<style>
span { border-color: #41ACC3; }
span { border-color: rgb(65,172,195); }
td.TdClassName
{
border-color: #41ACC3;
}
.TagClassName
{
border-color: #41ACC3;
}
</style>