#3E8399

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

Shades of Hippie Blue #3E8399

Tints of Hippie Blue #3E8399

Color information

#3E8399 (or 0x3E8399) is unknown color: approx Hippie Blue. HEX triplet: 3E, 83 and 99. RGB value is (62,131,153). Sum of RGB (Red+Green+Blue) = 62+131+153=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E8399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8399 is #C17C66. Grayscale: #707070. Windows color (decimal): -12680295 or 10060606. OLE color: 10060606.

HSL color Cylindrical-coordinate representation of color #3E8399: hue angle of 194.51º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E8399 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB62131153-
CMYK0.590.1400.4
HSL194.51º42.33%42.16%-
HSV(B)194.51º59.48%60%-
XYZ15.8519.5633.08-
YUV112.88150.6491.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=17.92%
G=37.86%
B=44.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal621311530.590.1400.4194.5142.3342.16
Hex3E83993BE028c32a2a
Octal7620323173160503035252
Binary11111010000011100110011110111110010100011000011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,153); }

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

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

 a { background-color: rgb(62,131,153); }

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

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

 span { border-color: rgb(62,131,153); }

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