Shades of Viking #3CA5BF
Tints of Viking #3CA5BF
RGB
CMYK
RGB Variations
Color information
#3CA5BF (or 0x3CA5BF) is known color: Viking. HEX triplet: 3C, A5 and BF. RGB value is (60,165,191). Sum of RGB (Red+Green+Blue) = 60+165+191=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #3CA5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA5BF is #C35A40. Grayscale: #888888. Windows color (decimal): -12802625 or 12559676. OLE color: 12559676.
HSL color Cylindrical-coordinate representation of color #3CA5BF: hue angle of 191.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CA5BF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 165 | 191 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.25 |
| HSL | 191.91º | 0.52% | 0.49% | - |
| HSV(B) | 191.91º | 0.69% | 0.75% | - |
| XYZ | 24.72 | 31.63 | 54.09 | - |
| YUV | 136.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 191 | 0.69 | 0.14 | 0 | 0.25 | 191.91 | 0.52 | 0.49 |
| Hex | 3C | A5 | BF | 45 | E | 0 | 19 | C0 | 34 | 31 |
| Octal | 74 | 245 | 277 | 105 | 16 | 0 | 31 | 300 | 64 | 61 |
| Binary | 111100 | 10100101 | 10111111 | 1000101 | 1110 | 0 | 11001 | 11000000 | 110100 | 110001 |
Color Harmonies of #3CA5BF
Complementary color
Monochromatic Colors of #3CA5BF
Black with #3CA5BF
Text Example
Text Example
White with #3CA5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA5BF; }
p { color: rgb(60,165,191); }
H1.HeaderClassName
{
color: #3CA5BF;
}
.AnyTagClassName
{
color: #3CA5BF;
}
</style>
background-color css
<style>
a { background-color: #3CA5BF; }
a { background-color: rgb(60,165,191); }
div.DivClassName
{
background-color: #3CA5BF;
}
.BgClassName
{
background-color: #3CA5BF;
}
</style>
border-color css
<style>
span { border-color: #3CA5BF; }
span { border-color: rgb(60,165,191); }
td.TdClassName
{
border-color: #3CA5BF;
}
.TagClassName
{
border-color: #3CA5BF;
}
</style>