Shades of Viking #40B1C3
Tints of Viking #40B1C3
RGB
CMYK
RGB Variations
Color information
#40B1C3 (or 0x40B1C3) is known color: Viking. HEX triplet: 40, B1 and C3. RGB value is (64,177,195). Sum of RGB (Red+Green+Blue) = 64+177+195=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #40B1C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B1C3 is #BF4E3C. Grayscale: #919191. Windows color (decimal): -12537405 or 12824896. OLE color: 12824896.
HSL color Cylindrical-coordinate representation of color #40B1C3: hue angle of 188.24º 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 #40B1C3 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 177 | 195 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.24 |
| HSL | 188.24º | 0.52% | 0.51% | - |
| HSV(B) | 188.24º | 0.67% | 0.76% | - |
| XYZ | 27.69 | 36.47 | 57.21 | - |
| YUV | 145.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 195 | 0.67 | 0.09 | 0 | 0.24 | 188.24 | 0.52 | 0.51 |
| Hex | 40 | B1 | C3 | 43 | 9 | 0 | 18 | BC | 34 | 33 |
| Octal | 100 | 261 | 303 | 103 | 11 | 0 | 30 | 274 | 64 | 63 |
| Binary | 1000000 | 10110001 | 11000011 | 1000011 | 1001 | 0 | 11000 | 10111100 | 110100 | 110011 |
Color Harmonies of #40B1C3
Complementary color
Monochromatic Colors of #40B1C3
Black with #40B1C3
Text Example
Text Example
White with #40B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B1C3; }
p { color: rgb(64,177,195); }
H1.HeaderClassName
{
color: #40B1C3;
}
.AnyTagClassName
{
color: #40B1C3;
}
</style>
background-color css
<style>
a { background-color: #40B1C3; }
a { background-color: rgb(64,177,195); }
div.DivClassName
{
background-color: #40B1C3;
}
.BgClassName
{
background-color: #40B1C3;
}
</style>
border-color css
<style>
span { border-color: #40B1C3; }
span { border-color: rgb(64,177,195); }
td.TdClassName
{
border-color: #40B1C3;
}
.TagClassName
{
border-color: #40B1C3;
}
</style>