#3EAEB2

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

Shades of Viking #3EAEB2

Tints of Viking #3EAEB2

Color information

#3EAEB2 (or 0x3EAEB2) is unknown color: approx Viking. HEX triplet: 3E, AE and B2. RGB value is (62,174,178). Sum of RGB (Red+Green+Blue) = 62+174+178=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #3EAEB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAEB2 is #C1514D. Grayscale: #8C8C8C. Windows color (decimal): -12669262 or 11710014. OLE color: 11710014.

HSL color Cylindrical-coordinate representation of color #3EAEB2: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAEB2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB62174178-
CMYK0.650.0200.30
HSL182.07º48.33%47.06%-
HSV(B)182.07º65.17%69.8%-
XYZ25.1634.5147.45-
YUV140.97148.8971.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.98%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 178 (69.92% from 255) = 43.00%
R=14.98%
G=42.03%
B=43.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal621741780.650.0200.30182.0748.3347.06
Hex3EAEB241201Eb6302f
Octal7625626210120362666057
Binary111110101011101011001010000011001111010110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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