#3EA8B4

Color #3EA8B4 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3EA8B4

Tints of Viking #3EA8B4

Color information

#3EA8B4 (or 0x3EA8B4) is unknown color: approx Viking. HEX triplet: 3E, A8 and B4. RGB value is (62,168,180). Sum of RGB (Red+Green+Blue) = 62+168+180=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #3EA8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA8B4 is #C1574B. Grayscale: #898989. Windows color (decimal): -12670796 or 11839550. OLE color: 11839550.

HSL color Cylindrical-coordinate representation of color #3EA8B4: hue angle of 186.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EA8B4 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62168180-
CMYK0.660.0700.29
HSL186.1º48.76%47.45%-
HSV(B)186.1º65.56%70.59%-
XYZ24.2332.3248.14-
YUV137.67151.8874.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 15.12%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=15.12%
G=40.98%
B=43.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621681800.660.0700.29186.148.7647.45
Hex3EA8B442701Dba312f
Octal7625026410270352726157
Binary1111101010100010110100100001011101110110111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EA8B4; }

 p { color: rgb(62,168,180); }

 H1.HeaderClassName
 {
   color: #3EA8B4;
 }
 .AnyTagClassName
 {
   color: #3EA8B4;
 }
</style>
background-color css

<style>
 a { background-color: #3EA8B4; }

 a { background-color: rgb(62,168,180); }

 div.DivClassName
 {
   background-color: #3EA8B4;
 }
 .BgClassName
 {
   background-color: #3EA8B4;
 }
</style>
border-color css

<style>
 span { border-color: #3EA8B4; }

 span { border-color: rgb(62,168,180); }

 td.TdClassName
 {
   border-color: #3EA8B4;
 }
 .TagClassName
 {
   border-color: #3EA8B4;
 }
</style>