#3EAEBE

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

Shades of Viking #3EAEBE

Tints of Viking #3EAEBE

Color information

#3EAEBE (or 0x3EAEBE) is unknown color: approx Viking. HEX triplet: 3E, AE and BE. RGB value is (62,174,190). Sum of RGB (Red+Green+Blue) = 62+174+190=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAEBE is #C15141. Grayscale: #8E8E8E. Windows color (decimal): -12669250 or 12496446. OLE color: 12496446.

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

Color convert

RGB62174190-
CMYK0.670.0800.25
HSL187.5º50.79%49.41%-
HSV(B)187.5º67.37%74.51%-
XYZ26.4235.0154.08-
YUV142.34154.8970.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.55%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=14.55%
G=40.85%
B=44.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621741900.670.0800.25187.550.7949.41
Hex3EAEBE438019bc3331
Octal76256276103100312746361
Binary11111010101110101111101000011100001100110111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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