#3EABBA

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

Shades of Viking #3EABBA

Tints of Viking #3EABBA

Color information

#3EABBA (or 0x3EABBA) is unknown color: approx Viking. HEX triplet: 3E, AB and BA. RGB value is (62,171,186). Sum of RGB (Red+Green+Blue) = 62+171+186=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EABBA is #C15445. Grayscale: #8B8B8B. Windows color (decimal): -12670022 or 12233534. OLE color: 12233534.

HSL color Cylindrical-coordinate representation of color #3EABBA: hue angle of 187.26º 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 #3EABBA is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62171186-
CMYK0.670.0800.27
HSL187.26º50%48.63%-
HSV(B)187.26º66.67%72.94%-
XYZ25.4133.751.62-
YUV140.12153.8972.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.80%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=14.80%
G=40.81%
B=44.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621711860.670.0800.27187.265048.63
Hex3EABBA43801Bbb3231
Octal76253272103100332736261
Binary11111010101011101110101000011100001101110111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,171,186); }

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

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

 a { background-color: rgb(62,171,186); }

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

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

 span { border-color: rgb(62,171,186); }

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