#3B8795

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

Shades of Hippie Blue #3B8795

Tints of Hippie Blue #3B8795

Color information

#3B8795 (or 0x3B8795) is unknown color: approx Hippie Blue. HEX triplet: 3B, 87 and 95. RGB value is (59,135,149). Sum of RGB (Red+Green+Blue) = 59+135+149=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B8795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8795 is #C4786A. Grayscale: #717171. Windows color (decimal): -12875883 or 9799483. OLE color: 9799483.

HSL color Cylindrical-coordinate representation of color #3B8795: hue angle of 189.33º 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 #3B8795 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB59135149-
CMYK0.600.0900.42
HSL189.33º43.27%40.78%-
HSV(B)189.33º60.4%58.43%-
XYZ15.8920.4331.54-
YUV113.87147.8288.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.20%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=17.20%
G=39.36%
B=43.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591351490.600.0900.42189.3343.2740.78
Hex3B87953C902Abd2b29
Octal7320722574110522755351
Binary11101110000111100101011111001001010101010111101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,149); }

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

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

 a { background-color: rgb(59,135,149); }

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

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

 span { border-color: rgb(59,135,149); }

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