#3E8297

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

Shades of Hippie Blue #3E8297

Tints of Hippie Blue #3E8297

Color information

#3E8297 (or 0x3E8297) is unknown color: approx Hippie Blue. HEX triplet: 3E, 82 and 97. RGB value is (62,130,151). Sum of RGB (Red+Green+Blue) = 62+130+151=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #3E8297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8297 is #C17D68. Grayscale: #6F6F6F. Windows color (decimal): -12680553 or 9929278. OLE color: 9929278.

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

Color convert

RGB62130151-
CMYK0.590.1400.41
HSL194.16º41.78%41.76%-
HSV(B)194.16º58.94%59.22%-
XYZ15.5619.2232.17-
YUV112.06149.9792.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.08%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=18.08%
G=37.90%
B=44.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal621301510.590.1400.41194.1641.7841.76
Hex3E82973BE029c22a2a
Octal7620222773160513025252
Binary11111010000010100101111110111110010100111000010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,151); }

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

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

 a { background-color: rgb(62,130,151); }

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

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

 span { border-color: rgb(62,130,151); }

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