#3B839B

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

Shades of Hippie Blue #3B839B

Tints of Hippie Blue #3B839B

Color information

#3B839B (or 0x3B839B) is unknown color: approx Hippie Blue. HEX triplet: 3B, 83 and 9B. RGB value is (59,131,155). Sum of RGB (Red+Green+Blue) = 59+131+155=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839B is #C47C64. Grayscale: #707070. Windows color (decimal): -12876901 or 10191675. OLE color: 10191675.

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

Color convert

RGB59131155-
CMYK0.620.1500.39
HSL195º44.86%41.96%-
HSV(B)195º61.94%60.78%-
XYZ15.8419.5333.95-
YUV112.21152.1590.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.10%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=17.10%
G=37.97%
B=44.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591311550.620.1500.3919544.8641.96
Hex3B839B3EF027c32d2a
Octal7320323376170473035552
Binary11101110000011100110111111101111010011111000011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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