#3EAEBA

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

Shades of Viking #3EAEBA

Tints of Viking #3EAEBA

Color information

#3EAEBA (or 0x3EAEBA) is unknown color: approx Viking. HEX triplet: 3E, AE and BA. RGB value is (62,174,186). Sum of RGB (Red+Green+Blue) = 62+174+186=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAEBA is #C15145. Grayscale: #8D8D8D. Windows color (decimal): -12669254 or 12234302. OLE color: 12234302.

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

Color convert

RGB62174186-
CMYK0.670.0600.27
HSL185.81º50%48.63%-
HSV(B)185.81º66.67%72.94%-
XYZ25.9934.8451.81-
YUV141.88152.8971.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.69%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=14.69%
G=41.23%
B=44.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621741860.670.0600.27185.815048.63
Hex3EAEBA43601Bba3231
Octal7625627210360332726261
Binary1111101010111010111010100001111001101110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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