#3F809F

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

Shades of Hippie Blue #3F809F

Tints of Hippie Blue #3F809F

Color information

#3F809F (or 0x3F809F) is unknown color: approx Hippie Blue. HEX triplet: 3F, 80 and 9F. RGB value is (63,128,159). Sum of RGB (Red+Green+Blue) = 63+128+159=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F809F is #C07F60. Grayscale: #6F6F6F. Windows color (decimal): -12615521 or 10453055. OLE color: 10453055.

HSL color Cylindrical-coordinate representation of color #3F809F: hue angle of 199.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F809F is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63128159-
CMYK0.600.1900.38
HSL199.38º43.24%43.53%-
HSV(B)199.38º60.38%62.35%-
XYZ16.031935.62-
YUV112.1154.4792.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=18%
G=36.57%
B=45.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631281590.600.1900.38199.3843.2443.53
Hex3F809F3C13026c72b2c
Octal7720023774230463075354
Binary111111100000001001111111110010011010011011000111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,159); }

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

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

 a { background-color: rgb(63,128,159); }

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

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

 span { border-color: rgb(63,128,159); }

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