Shades of Viking #3EB0CA
Tints of Viking #3EB0CA
RGB
CMYK
RGB Variations
Color information
#3EB0CA (or 0x3EB0CA) is known color: Viking. HEX triplet: 3E, B0 and CA. RGB value is (62,176,202). Sum of RGB (Red+Green+Blue) = 62+176+202=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #3EB0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0CA is #C14F35. Grayscale: #909090. Windows color (decimal): -12668726 or 13283390. OLE color: 13283390.
HSL color Cylindrical-coordinate representation of color #3EB0CA: hue angle of 191.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EB0CA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 176 | 202 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.21 |
| HSL | 191.14º | 0.57% | 0.52% | - |
| HSV(B) | 191.14º | 0.69% | 0.79% | - |
| XYZ | 28.17 | 36.34 | 61.41 | - |
| YUV | 144.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 176 | 202 | 0.69 | 0.13 | 0 | 0.21 | 191.14 | 0.57 | 0.52 |
| Hex | 3E | B0 | CA | 45 | D | 0 | 15 | BF | 39 | 34 |
| Octal | 76 | 260 | 312 | 105 | 15 | 0 | 25 | 277 | 71 | 64 |
| Binary | 111110 | 10110000 | 11001010 | 1000101 | 1101 | 0 | 10101 | 10111111 | 111001 | 110100 |
Color Harmonies of #3EB0CA
Complementary color
Monochromatic Colors of #3EB0CA
Black with #3EB0CA
Text Example
Text Example
White with #3EB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB0CA; }
p { color: rgb(62,176,202); }
H1.HeaderClassName
{
color: #3EB0CA;
}
.AnyTagClassName
{
color: #3EB0CA;
}
</style>
background-color css
<style>
a { background-color: #3EB0CA; }
a { background-color: rgb(62,176,202); }
div.DivClassName
{
background-color: #3EB0CA;
}
.BgClassName
{
background-color: #3EB0CA;
}
</style>
border-color css
<style>
span { border-color: #3EB0CA; }
span { border-color: rgb(62,176,202); }
td.TdClassName
{
border-color: #3EB0CA;
}
.TagClassName
{
border-color: #3EB0CA;
}
</style>