#3E8B9E

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

Shades of Hippie Blue #3E8B9E

Tints of Hippie Blue #3E8B9E

Color information

#3E8B9E (or 0x3E8B9E) is unknown color: approx Hippie Blue. HEX triplet: 3E, 8B and 9E. RGB value is (62,139,158). Sum of RGB (Red+Green+Blue) = 62+139+158=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E8B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8B9E is #C17461. Grayscale: #757575. Windows color (decimal): -12678242 or 10390334. OLE color: 10390334.

HSL color Cylindrical-coordinate representation of color #3E8B9E: hue angle of 191.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E8B9E is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62139158-
CMYK0.610.1200.38
HSL191.88º43.64%43.14%-
HSV(B)191.88º60.76%61.96%-
XYZ17.3921.9635.67-
YUV118.14150.4987.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.27%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=17.27%
G=38.72%
B=44.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621391580.610.1200.38191.8843.6443.14
Hex3E8B9E3DC026c02c2b
Octal7621323675140463005453
Binary11111010001011100111101111011100010011011000000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,158); }

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

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

 a { background-color: rgb(62,139,158); }

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

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

 span { border-color: rgb(62,139,158); }

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