#3D8593

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

Shades of Hippie Blue #3D8593

Tints of Hippie Blue #3D8593

Color information

#3D8593 (or 0x3D8593) is unknown color: approx Hippie Blue. HEX triplet: 3D, 85 and 93. RGB value is (61,133,147). Sum of RGB (Red+Green+Blue) = 61+133+147=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8593 is #C27A6C. Grayscale: #707070. Windows color (decimal): -12745325 or 9667901. OLE color: 9667901.

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

Color convert

RGB61133147-
CMYK0.590.1000.42
HSL189.77º41.35%40.78%-
HSV(B)189.77º58.5%57.65%-
XYZ15.5819.8730.62-
YUV113.07147.1590.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=17.89%
G=39.00%
B=43.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611331470.590.1000.42189.7741.3540.78
Hex3D85933BA02Abe2929
Octal7520522373120522765151
Binary11110110000101100100111110111010010101010111110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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