Shades of Viking #3EA0CB
Tints of Viking #3EA0CB
RGB
CMYK
RGB Variations
Color information
#3EA0CB (or 0x3EA0CB) is known color: Viking. HEX triplet: 3E, A0 and CB. RGB value is (62,160,203). Sum of RGB (Red+Green+Blue) = 62+160+203=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EA0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA0CB is #C15F34. Grayscale: #878787. Windows color (decimal): -12672821 or 13344830. OLE color: 13344830.
HSL color Cylindrical-coordinate representation of color #3EA0CB: hue angle of 198.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EA0CB is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 160 | 203 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.20 |
| HSL | 198.3º | 0.58% | 0.52% | - |
| HSV(B) | 198.3º | 0.69% | 0.8% | - |
| XYZ | 25.34 | 30.48 | 61.05 | - |
| YUV | 135.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 203 | 0.69 | 0.21 | 0 | 0.20 | 198.3 | 0.58 | 0.52 |
| Hex | 3E | A0 | CB | 45 | 15 | 0 | 14 | C6 | 3A | 34 |
| Octal | 76 | 240 | 313 | 105 | 25 | 0 | 24 | 306 | 72 | 64 |
| Binary | 111110 | 10100000 | 11001011 | 1000101 | 10101 | 0 | 10100 | 11000110 | 111010 | 110100 |
Color Harmonies of #3EA0CB
Complementary color
Monochromatic Colors of #3EA0CB
Black with #3EA0CB
Text Example
Text Example
White with #3EA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA0CB; }
p { color: rgb(62,160,203); }
H1.HeaderClassName
{
color: #3EA0CB;
}
.AnyTagClassName
{
color: #3EA0CB;
}
</style>
background-color css
<style>
a { background-color: #3EA0CB; }
a { background-color: rgb(62,160,203); }
div.DivClassName
{
background-color: #3EA0CB;
}
.BgClassName
{
background-color: #3EA0CB;
}
</style>
border-color css
<style>
span { border-color: #3EA0CB; }
span { border-color: rgb(62,160,203); }
td.TdClassName
{
border-color: #3EA0CB;
}
.TagClassName
{
border-color: #3EA0CB;
}
</style>