#3EA2BE

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

Shades of Viking #3EA2BE

Tints of Viking #3EA2BE

Color information

#3EA2BE (or 0x3EA2BE) is unknown color: approx Viking. HEX triplet: 3E, A2 and BE. RGB value is (62,162,190). Sum of RGB (Red+Green+Blue) = 62+162+190=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA2BE is #C15D41. Grayscale: #878787. Windows color (decimal): -12672322 or 12493374. OLE color: 12493374.

HSL color Cylindrical-coordinate representation of color #3EA2BE: hue angle of 193.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EA2BE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB62162190-
CMYK0.670.1500.25
HSL193.12º50.79%49.41%-
HSV(B)193.12º67.37%74.51%-
XYZ24.230.5853.34-
YUV135.29158.8775.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.98%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=14.98%
G=39.13%
B=45.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621621900.670.1500.25193.1250.7949.41
Hex3EA2BE43F019c13331
Octal76242276103170313016361
Binary11111010100010101111101000011111101100111000001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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