#3EA7B4

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

Shades of Viking #3EA7B4

Tints of Viking #3EA7B4

Color information

#3EA7B4 (or 0x3EA7B4) is unknown color: approx Viking. HEX triplet: 3E, A7 and B4. RGB value is (62,167,180). Sum of RGB (Red+Green+Blue) = 62+167+180=409 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.16% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #3EA7B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA7B4 is #C1584B. Grayscale: #888888. Windows color (decimal): -12671052 or 11839294. OLE color: 11839294.

HSL color Cylindrical-coordinate representation of color #3EA7B4: hue angle of 186.61º 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 #3EA7B4 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62167180-
CMYK0.660.0700.29
HSL186.61º48.76%47.45%-
HSV(B)186.61º65.56%70.59%-
XYZ24.0431.9648.08-
YUV137.09152.2174.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.16%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=15.16%
G=40.83%
B=44.01%

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
Decimal621671800.660.0700.29186.6148.7647.45
Hex3EA7B442701Dbb312f
Octal7624726410270352736157
Binary1111101010011110110100100001011101110110111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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