#3D8996

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

Shades of Hippie Blue #3D8996

Tints of Hippie Blue #3D8996

Color information

#3D8996 (or 0x3D8996) is unknown color: approx Hippie Blue. HEX triplet: 3D, 89 and 96. RGB value is (61,137,150). Sum of RGB (Red+Green+Blue) = 61+137+150=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D8996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8996 is #C27669. Grayscale: #737373. Windows color (decimal): -12744298 or 9865533. OLE color: 9865533.

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

Color convert

RGB61137150-
CMYK0.590.0900.41
HSL188.76º42.18%41.37%-
HSV(B)188.76º59.33%58.82%-
XYZ16.3821.0932.06-
YUV115.76147.3288.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.53%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=17.53%
G=39.37%
B=43.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611371500.590.0900.41188.7642.1841.37
Hex3D89963B9029bd2a29
Octal7521122673110512755251
Binary11110110001001100101101110111001010100110111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,150); }

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

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

 a { background-color: rgb(61,137,150); }

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

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

 span { border-color: rgb(61,137,150); }

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