#3B8396

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

Shades of Hippie Blue #3B8396

Tints of Hippie Blue #3B8396

Color information

#3B8396 (or 0x3B8396) is unknown color: approx Hippie Blue. HEX triplet: 3B, 83 and 96. RGB value is (59,131,150). Sum of RGB (Red+Green+Blue) = 59+131+150=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B8396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8396 is #C47C69. Grayscale: #6F6F6F. Windows color (decimal): -12876906 or 9863995. OLE color: 9863995.

HSL color Cylindrical-coordinate representation of color #3B8396: hue angle of 192.53º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B8396 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB59131150-
CMYK0.610.1300.41
HSL192.53º43.54%40.98%-
HSV(B)192.53º60.67%58.82%-
XYZ15.4219.3631.78-
YUV111.64149.6590.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.35%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=17.35%
G=38.53%
B=44.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591311500.610.1300.41192.5343.5440.98
Hex3B83963DD029c12c29
Octal7320322675150513015451
Binary11101110000011100101101111011101010100111000001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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