#3D859E

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

Shades of Hippie Blue #3D859E

Tints of Hippie Blue #3D859E

Color information

#3D859E (or 0x3D859E) is unknown color: approx Hippie Blue. HEX triplet: 3D, 85 and 9E. RGB value is (61,133,158). Sum of RGB (Red+Green+Blue) = 61+133+158=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D859E is #C27A61. Grayscale: #727272. Windows color (decimal): -12745314 or 10388797. OLE color: 10388797.

HSL color Cylindrical-coordinate representation of color #3D859E: hue angle of 195.46º 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 #3D859E is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61133158-
CMYK0.610.1600.38
HSL195.46º44.29%42.94%-
HSV(B)195.46º61.39%61.96%-
XYZ16.4820.2435.38-
YUV114.32152.6589.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.33%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=17.33%
G=37.78%
B=44.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611331580.610.1600.38195.4644.2942.94
Hex3D859E3D10026c32c2b
Octal7520523675200463035453
Binary111101100001011001111011110110000010011011000011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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