#3B839D

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

Shades of Hippie Blue #3B839D

Tints of Hippie Blue #3B839D

Color information

#3B839D (or 0x3B839D) is unknown color: approx Hippie Blue. HEX triplet: 3B, 83 and 9D. RGB value is (59,131,157). Sum of RGB (Red+Green+Blue) = 59+131+157=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839D is #C47C62. Grayscale: #707070. Windows color (decimal): -12876899 or 10322747. OLE color: 10322747.

HSL color Cylindrical-coordinate representation of color #3B839D: hue angle of 195.92º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B839D is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59131157-
CMYK0.620.1700.38
HSL195.92º45.37%42.35%-
HSV(B)195.92º62.42%61.57%-
XYZ16.0119.634.84-
YUV112.44153.1589.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=17.00%
G=37.75%
B=45.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591311570.620.1700.38195.9245.3742.35
Hex3B839D3E11026c42d2a
Octal7320323576210463045552
Binary111011100000111001110111111010001010011011000100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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