Shades of Viking #3CA3BE
Tints of Viking #3CA3BE
RGB
CMYK
RGB Variations
Color information
#3CA3BE (or 0x3CA3BE) is known color: Viking. HEX triplet: 3C, A3 and BE. RGB value is (60,163,190). Sum of RGB (Red+Green+Blue) = 60+163+190=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CA3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA3BE is #C35C41. Grayscale: #878787. Windows color (decimal): -12803138 or 12493628. OLE color: 12493628.
HSL color Cylindrical-coordinate representation of color #3CA3BE: hue angle of 192.46º 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 #3CA3BE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 163 | 190 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.25 |
| HSL | 192.46º | 0.52% | 0.49% | - |
| HSV(B) | 192.46º | 0.68% | 0.75% | - |
| XYZ | 24.25 | 30.87 | 53.4 | - |
| YUV | 135.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 190 | 0.68 | 0.14 | 0 | 0.25 | 192.46 | 0.52 | 0.49 |
| Hex | 3C | A3 | BE | 44 | E | 0 | 19 | C0 | 34 | 31 |
| Octal | 74 | 243 | 276 | 104 | 16 | 0 | 31 | 300 | 64 | 61 |
| Binary | 111100 | 10100011 | 10111110 | 1000100 | 1110 | 0 | 11001 | 11000000 | 110100 | 110001 |
Color Harmonies of #3CA3BE
Complementary color
Monochromatic Colors of #3CA3BE
Black with #3CA3BE
Text Example
Text Example
White with #3CA3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA3BE; }
p { color: rgb(60,163,190); }
H1.HeaderClassName
{
color: #3CA3BE;
}
.AnyTagClassName
{
color: #3CA3BE;
}
</style>
background-color css
<style>
a { background-color: #3CA3BE; }
a { background-color: rgb(60,163,190); }
div.DivClassName
{
background-color: #3CA3BE;
}
.BgClassName
{
background-color: #3CA3BE;
}
</style>
border-color css
<style>
span { border-color: #3CA3BE; }
span { border-color: rgb(60,163,190); }
td.TdClassName
{
border-color: #3CA3BE;
}
.TagClassName
{
border-color: #3CA3BE;
}
</style>