Shades of Viking #40A2C3
Tints of Viking #40A2C3
RGB
CMYK
RGB Variations
Color information
#40A2C3 (or 0x40A2C3) is known color: Viking. HEX triplet: 40, A2 and C3. RGB value is (64,162,195). Sum of RGB (Red+Green+Blue) = 64+162+195=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #40A2C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2C3 is #BF5D3C. Grayscale: #888888. Windows color (decimal): -12541245 or 12821056. OLE color: 12821056.
HSL color Cylindrical-coordinate representation of color #40A2C3: hue angle of 195.11º 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 #40A2C3 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 162 | 195 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.24 |
| HSL | 195.11º | 0.52% | 0.51% | - |
| HSV(B) | 195.11º | 0.67% | 0.76% | - |
| XYZ | 24.89 | 30.87 | 56.28 | - |
| YUV | 136.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 195 | 0.67 | 0.17 | 0 | 0.24 | 195.11 | 0.52 | 0.51 |
| Hex | 40 | A2 | C3 | 43 | 11 | 0 | 18 | C3 | 34 | 33 |
| Octal | 100 | 242 | 303 | 103 | 21 | 0 | 30 | 303 | 64 | 63 |
| Binary | 1000000 | 10100010 | 11000011 | 1000011 | 10001 | 0 | 11000 | 11000011 | 110100 | 110011 |
Color Harmonies of #40A2C3
Complementary color
Monochromatic Colors of #40A2C3
Black with #40A2C3
Text Example
Text Example
White with #40A2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A2C3; }
p { color: rgb(64,162,195); }
H1.HeaderClassName
{
color: #40A2C3;
}
.AnyTagClassName
{
color: #40A2C3;
}
</style>
background-color css
<style>
a { background-color: #40A2C3; }
a { background-color: rgb(64,162,195); }
div.DivClassName
{
background-color: #40A2C3;
}
.BgClassName
{
background-color: #40A2C3;
}
</style>
border-color css
<style>
span { border-color: #40A2C3; }
span { border-color: rgb(64,162,195); }
td.TdClassName
{
border-color: #40A2C3;
}
.TagClassName
{
border-color: #40A2C3;
}
</style>