Shades of Viking #3CA9BE
Tints of Viking #3CA9BE
RGB
CMYK
RGB Variations
Color information
#3CA9BE (or 0x3CA9BE) is known color: Viking. HEX triplet: 3C, A9 and BE. RGB value is (60,169,190). Sum of RGB (Red+Green+Blue) = 60+169+190=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA9BE is #C35641. Grayscale: #8A8A8A. Windows color (decimal): -12801602 or 12495164. OLE color: 12495164.
HSL color Cylindrical-coordinate representation of color #3CA9BE: hue angle of 189.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CA9BE is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 169 | 190 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.25 |
| HSL | 189.69º | 0.52% | 0.49% | - |
| HSV(B) | 189.69º | 0.68% | 0.75% | - |
| XYZ | 25.35 | 33.05 | 53.76 | - |
| YUV | 138.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 190 | 0.68 | 0.11 | 0 | 0.25 | 189.69 | 0.52 | 0.49 |
| Hex | 3C | A9 | BE | 44 | B | 0 | 19 | BE | 34 | 31 |
| Octal | 74 | 251 | 276 | 104 | 13 | 0 | 31 | 276 | 64 | 61 |
| Binary | 111100 | 10101001 | 10111110 | 1000100 | 1011 | 0 | 11001 | 10111110 | 110100 | 110001 |
Color Harmonies of #3CA9BE
Complementary color
Monochromatic Colors of #3CA9BE
Black with #3CA9BE
Text Example
Text Example
White with #3CA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA9BE; }
p { color: rgb(60,169,190); }
H1.HeaderClassName
{
color: #3CA9BE;
}
.AnyTagClassName
{
color: #3CA9BE;
}
</style>
background-color css
<style>
a { background-color: #3CA9BE; }
a { background-color: rgb(60,169,190); }
div.DivClassName
{
background-color: #3CA9BE;
}
.BgClassName
{
background-color: #3CA9BE;
}
</style>
border-color css
<style>
span { border-color: #3CA9BE; }
span { border-color: rgb(60,169,190); }
td.TdClassName
{
border-color: #3CA9BE;
}
.TagClassName
{
border-color: #3CA9BE;
}
</style>