Shades of Viking #3CA5BE
Tints of Viking #3CA5BE
RGB
CMYK
RGB Variations
Color information
#3CA5BE (or 0x3CA5BE) is known color: Viking. HEX triplet: 3C, A5 and BE. RGB value is (60,165,190). Sum of RGB (Red+Green+Blue) = 60+165+190=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA5BE is #C35A41. Grayscale: #888888. Windows color (decimal): -12802626 or 12494140. OLE color: 12494140.
HSL color Cylindrical-coordinate representation of color #3CA5BE: hue angle of 191.54º 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 #3CA5BE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 165 | 190 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.25 |
| HSL | 191.54º | 0.52% | 0.49% | - |
| HSV(B) | 191.54º | 0.68% | 0.75% | - |
| XYZ | 24.61 | 31.59 | 53.52 | - |
| YUV | 136.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 190 | 0.68 | 0.13 | 0 | 0.25 | 191.54 | 0.52 | 0.49 |
| Hex | 3C | A5 | BE | 44 | D | 0 | 19 | C0 | 34 | 31 |
| Octal | 74 | 245 | 276 | 104 | 15 | 0 | 31 | 300 | 64 | 61 |
| Binary | 111100 | 10100101 | 10111110 | 1000100 | 1101 | 0 | 11001 | 11000000 | 110100 | 110001 |
Color Harmonies of #3CA5BE
Complementary color
Monochromatic Colors of #3CA5BE
Black with #3CA5BE
Text Example
Text Example
White with #3CA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA5BE; }
p { color: rgb(60,165,190); }
H1.HeaderClassName
{
color: #3CA5BE;
}
.AnyTagClassName
{
color: #3CA5BE;
}
</style>
background-color css
<style>
a { background-color: #3CA5BE; }
a { background-color: rgb(60,165,190); }
div.DivClassName
{
background-color: #3CA5BE;
}
.BgClassName
{
background-color: #3CA5BE;
}
</style>
border-color css
<style>
span { border-color: #3CA5BE; }
span { border-color: rgb(60,165,190); }
td.TdClassName
{
border-color: #3CA5BE;
}
.TagClassName
{
border-color: #3CA5BE;
}
</style>