#3B839F

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

Shades of Hippie Blue #3B839F

Tints of Hippie Blue #3B839F

Color information

#3B839F (or 0x3B839F) is unknown color: approx Hippie Blue. HEX triplet: 3B, 83 and 9F. RGB value is (59,131,159). Sum of RGB (Red+Green+Blue) = 59+131+159=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839F is #C47C60. Grayscale: #707070. Windows color (decimal): -12876897 or 10453819. OLE color: 10453819.

HSL color Cylindrical-coordinate representation of color #3B839F: hue angle of 196.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B839F is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59131159-
CMYK0.630.1800.38
HSL196.8º45.87%42.75%-
HSV(B)196.8º62.89%62.35%-
XYZ16.1819.6735.74-
YUV112.66154.1589.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=16.91%
G=37.54%
B=45.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591311590.630.1800.38196.845.8742.75
Hex3B839F3F12026c52e2b
Octal7320323777220463055653
Binary111011100000111001111111111110010010011011000101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,131,159); }

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

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

 a { background-color: rgb(59,131,159); }

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

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

 span { border-color: rgb(59,131,159); }

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