#3B8394

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

Shades of Hippie Blue #3B8394

Tints of Hippie Blue #3B8394

Color information

#3B8394 (or 0x3B8394) is unknown color: approx Hippie Blue. HEX triplet: 3B, 83 and 94. RGB value is (59,131,148). Sum of RGB (Red+Green+Blue) = 59+131+148=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B8394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8394 is #C47C6B. Grayscale: #6F6F6F. Windows color (decimal): -12876908 or 9732923. OLE color: 9732923.

HSL color Cylindrical-coordinate representation of color #3B8394: hue angle of 191.46º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B8394 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB59131148-
CMYK0.600.1100.42
HSL191.46º43%40.59%-
HSV(B)191.46º60.14%58.04%-
XYZ15.2719.330.94-
YUV111.41148.6590.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.46%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=17.46%
G=38.76%
B=43.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591311480.600.1100.42191.464340.59
Hex3B83943CB02Abf2b29
Octal7320322474130522775351
Binary11101110000011100101001111001011010101010111111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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