#3F8695

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

Shades of Hippie Blue #3F8695

Tints of Hippie Blue #3F8695

Color information

#3F8695 (or 0x3F8695) is unknown color: approx Hippie Blue. HEX triplet: 3F, 86 and 95. RGB value is (63,134,149). Sum of RGB (Red+Green+Blue) = 63+134+149=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8695 is #C0796A. Grayscale: #727272. Windows color (decimal): -12613995 or 9799231. OLE color: 9799231.

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

Color convert

RGB63134149-
CMYK0.580.1000.42
HSL190.47º40.57%41.57%-
HSV(B)190.47º57.72%58.43%-
XYZ1620.2831.5-
YUV114.48147.4891.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=18.21%
G=38.73%
B=43.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631341490.580.1000.42190.4740.5741.57
Hex3F86953AA02Abe292a
Octal7720622572120522765152
Binary11111110000110100101011110101010010101010111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,149); }

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

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

 a { background-color: rgb(63,134,149); }

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

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

 span { border-color: rgb(63,134,149); }

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