#3D8599

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

Shades of Hippie Blue #3D8599

Tints of Hippie Blue #3D8599

Color information

#3D8599 (or 0x3D8599) is unknown color: approx Hippie Blue. HEX triplet: 3D, 85 and 99. RGB value is (61,133,153). Sum of RGB (Red+Green+Blue) = 61+133+153=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D8599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8599 is #C27A66. Grayscale: #717171. Windows color (decimal): -12745319 or 10061117. OLE color: 10061117.

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

Color convert

RGB61133153-
CMYK0.600.1300.4
HSL193.04º42.99%41.96%-
HSV(B)193.04º60.13%60%-
XYZ16.0620.0733.16-
YUV113.75150.1590.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=17.58%
G=38.33%
B=44.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611331530.600.1300.4193.0442.9941.96
Hex3D85993CD028c12b2a
Octal7520523174150503015352
Binary11110110000101100110011111001101010100011000001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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