#3E8A9F

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

Shades of Hippie Blue #3E8A9F

Tints of Hippie Blue #3E8A9F

Color information

#3E8A9F (or 0x3E8A9F) is unknown color: approx Hippie Blue. HEX triplet: 3E, 8A and 9F. RGB value is (62,138,159). Sum of RGB (Red+Green+Blue) = 62+138+159=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E8A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8A9F is #C17560. Grayscale: #757575. Windows color (decimal): -12678497 or 10455614. OLE color: 10455614.

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

Color convert

RGB62138159-
CMYK0.610.1300.38
HSL192.99º43.89%43.33%-
HSV(B)192.99º61.01%62.35%-
XYZ17.3321.736.08-
YUV117.67151.3288.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.27%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=17.27%
G=38.44%
B=44.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621381590.610.1300.38192.9943.8943.33
Hex3E8A9F3DD026c12c2b
Octal7621223775150463015453
Binary11111010001010100111111111011101010011011000001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,138,159); }

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

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

 a { background-color: rgb(62,138,159); }

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

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

 span { border-color: rgb(62,138,159); }

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