Shades of Viking #3EABB7
Tints of Viking #3EABB7
RGB
CMYK
RGB Variations
Color information
#3EABB7 (or 0x3EABB7) is known color: Viking. HEX triplet: 3E, AB and B7. RGB value is (62,171,183). Sum of RGB (Red+Green+Blue) = 62+171+183=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #3EABB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EABB7 is #C15448. Grayscale: #8B8B8B. Windows color (decimal): -12670025 or 12036926. OLE color: 12036926.
HSL color Cylindrical-coordinate representation of color #3EABB7: hue angle of 185.95º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EABB7 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 171 | 183 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.28 |
| HSL | 185.95º | 0.49% | 0.48% | - |
| HSV(B) | 185.95º | 0.66% | 0.72% | - |
| XYZ | 25.1 | 33.57 | 49.96 | - |
| YUV | 139.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 171 | 183 | 0.66 | 0.07 | 0 | 0.28 | 185.95 | 0.49 | 0.48 |
| Hex | 3E | AB | B7 | 42 | 7 | 0 | 1C | BA | 31 | 30 |
| Octal | 76 | 253 | 267 | 102 | 7 | 0 | 34 | 272 | 61 | 60 |
| Binary | 111110 | 10101011 | 10110111 | 1000010 | 111 | 0 | 11100 | 10111010 | 110001 | 110000 |
Color Harmonies of #3EABB7
Complementary color
Monochromatic Colors of #3EABB7
Black with #3EABB7
Text Example
Text Example
White with #3EABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EABB7; }
p { color: rgb(62,171,183); }
H1.HeaderClassName
{
color: #3EABB7;
}
.AnyTagClassName
{
color: #3EABB7;
}
</style>
background-color css
<style>
a { background-color: #3EABB7; }
a { background-color: rgb(62,171,183); }
div.DivClassName
{
background-color: #3EABB7;
}
.BgClassName
{
background-color: #3EABB7;
}
</style>
border-color css
<style>
span { border-color: #3EABB7; }
span { border-color: rgb(62,171,183); }
td.TdClassName
{
border-color: #3EABB7;
}
.TagClassName
{
border-color: #3EABB7;
}
</style>