#3E8099

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

Shades of Hippie Blue #3E8099

Tints of Hippie Blue #3E8099

Color information

#3E8099 (or 0x3E8099) is unknown color: approx Hippie Blue. HEX triplet: 3E, 80 and 99. RGB value is (62,128,153). Sum of RGB (Red+Green+Blue) = 62+128+153=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E8099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8099 is #C17F66. Grayscale: #6E6E6E. Windows color (decimal): -12681063 or 10059838. OLE color: 10059838.

HSL color Cylindrical-coordinate representation of color #3E8099: hue angle of 196.48º 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 #3E8099 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB62128153-
CMYK0.590.1600.4
HSL196.48º42.33%42.16%-
HSV(B)196.48º59.48%60%-
XYZ15.4618.7632.94-
YUV111.12151.6392.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.08%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=18.08%
G=37.32%
B=44.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal621281530.590.1600.4196.4842.3342.16
Hex3E80993B10028c42a2a
Octal7620023173200503045252
Binary111110100000001001100111101110000010100011000100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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