#3EA2BC

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

Shades of Viking #3EA2BC

Tints of Viking #3EA2BC

Color information

#3EA2BC (or 0x3EA2BC) is unknown color: approx Viking. HEX triplet: 3E, A2 and BC. RGB value is (62,162,188). Sum of RGB (Red+Green+Blue) = 62+162+188=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EA2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA2BC is #C15D43. Grayscale: #868686. Windows color (decimal): -12672324 or 12362302. OLE color: 12362302.

HSL color Cylindrical-coordinate representation of color #3EA2BC: hue angle of 192.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EA2BC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB62162188-
CMYK0.670.1400.26
HSL192.38º50.4%49.02%-
HSV(B)192.38º67.02%73.73%-
XYZ23.9830.552.2-
YUV135.06157.8775.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.05%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=15.05%
G=39.32%
B=45.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal621621880.670.1400.26192.3850.449.02
Hex3EA2BC43E01Ac03231
Octal76242274103160323006261
Binary11111010100010101111001000011111001101011000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,162,188); }

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

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

 a { background-color: rgb(62,162,188); }

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

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

 span { border-color: rgb(62,162,188); }

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