#3EA2BB

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

Shades of Viking #3EA2BB

Tints of Viking #3EA2BB

Color information

#3EA2BB (or 0x3EA2BB) is unknown color: approx Viking. HEX triplet: 3E, A2 and BB. RGB value is (62,162,187). Sum of RGB (Red+Green+Blue) = 62+162+187=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA2BB is #C15D44. Grayscale: #868686. Windows color (decimal): -12672325 or 12296766. OLE color: 12296766.

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

Color convert

RGB62162187-
CMYK0.670.1300.27
HSL192º50.2%48.82%-
HSV(B)192º66.84%73.33%-
XYZ23.8830.4551.63-
YUV134.95157.3775.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.09%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=15.09%
G=39.42%
B=45.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621621870.670.1300.2719250.248.82
Hex3EA2BB43D01Bc03231
Octal76242273103150333006261
Binary11111010100010101110111000011110101101111000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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