#3D839D

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

Shades of Hippie Blue #3D839D

Tints of Hippie Blue #3D839D

Color information

#3D839D (or 0x3D839D) is unknown color: approx Hippie Blue. HEX triplet: 3D, 83 and 9D. RGB value is (61,131,157). Sum of RGB (Red+Green+Blue) = 61+131+157=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D839D is #C27C62. Grayscale: #707070. Windows color (decimal): -12745827 or 10322749. OLE color: 10322749.

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

Color convert

RGB61131157-
CMYK0.610.1700.38
HSL196.25º44.04%42.75%-
HSV(B)196.25º61.15%61.57%-
XYZ16.1319.6634.84-
YUV113.03152.8190.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=17.48%
G=37.54%
B=44.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611311570.610.1700.38196.2544.0442.75
Hex3D839D3D11026c42c2b
Octal7520323575210463045453
Binary111101100000111001110111110110001010011011000100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,131,157); }

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

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

 a { background-color: rgb(61,131,157); }

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

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

 span { border-color: rgb(61,131,157); }

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