#3D899E

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

Shades of Hippie Blue #3D899E

Tints of Hippie Blue #3D899E

Color information

#3D899E (or 0x3D899E) is unknown color: approx Hippie Blue. HEX triplet: 3D, 89 and 9E. RGB value is (61,137,158). Sum of RGB (Red+Green+Blue) = 61+137+158=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D899E is #C27661. Grayscale: #747474. Windows color (decimal): -12744290 or 10389821. OLE color: 10389821.

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

Color convert

RGB61137158-
CMYK0.610.1300.38
HSL192.99º44.29%42.94%-
HSV(B)192.99º61.39%61.96%-
XYZ17.0421.3535.57-
YUV116.67151.3288.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=17.13%
G=38.48%
B=44.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611371580.610.1300.38192.9944.2942.94
Hex3D899E3DD026c12c2b
Octal7521123675150463015453
Binary11110110001001100111101111011101010011011000001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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