#3E8595

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

Shades of Hippie Blue #3E8595

Tints of Hippie Blue #3E8595

Color information

#3E8595 (or 0x3E8595) is unknown color: approx Hippie Blue. HEX triplet: 3E, 85 and 95. RGB value is (62,133,149). Sum of RGB (Red+Green+Blue) = 62+133+149=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8595 is #C17A6A. Grayscale: #717171. Windows color (decimal): -12679787 or 9798974. OLE color: 9798974.

HSL color Cylindrical-coordinate representation of color #3E8595: hue angle of 191.03º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E8595 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB62133149-
CMYK0.580.1100.42
HSL191.03º41.23%41.37%-
HSV(B)191.03º58.39%58.43%-
XYZ15.819.9731.46-
YUV113.6147.9891.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.02%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=18.02%
G=38.66%
B=43.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621331490.580.1100.42191.0341.2341.37
Hex3E85953AB02Abf2929
Octal7620522572130522775151
Binary11111010000101100101011110101011010101010111111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,149); }

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

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

 a { background-color: rgb(62,133,149); }

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

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

 span { border-color: rgb(62,133,149); }

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