#3E8D9D

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

Shades of Hippie Blue #3E8D9D

Tints of Hippie Blue #3E8D9D

Color information

#3E8D9D (or 0x3E8D9D) is unknown color: approx Hippie Blue. HEX triplet: 3E, 8D and 9D. RGB value is (62,141,157). Sum of RGB (Red+Green+Blue) = 62+141+157=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E8D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8D9D is #C17262. Grayscale: #777777. Windows color (decimal): -12677731 or 10325310. OLE color: 10325310.

HSL color Cylindrical-coordinate representation of color #3E8D9D: hue angle of 190.11º degrees, saturation: 0.43, 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 #3E8D9D is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62141157-
CMYK0.610.1000.38
HSL190.11º43.38%42.94%-
HSV(B)190.11º60.51%61.57%-
XYZ17.622.5135.32-
YUV119.2149.3387.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.22%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=17.22%
G=39.17%
B=43.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621411570.610.1000.38190.1143.3842.94
Hex3E8D9D3DA026be2b2b
Octal7621523575120462765353
Binary11111010001101100111011111011010010011010111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,141,157); }

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

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

 a { background-color: rgb(62,141,157); }

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

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

 span { border-color: rgb(62,141,157); }

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