#3D829E

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

Shades of Hippie Blue #3D829E

Tints of Hippie Blue #3D829E

Color information

#3D829E (or 0x3D829E) is unknown color: approx Hippie Blue. HEX triplet: 3D, 82 and 9E. RGB value is (61,130,158). Sum of RGB (Red+Green+Blue) = 61+130+158=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D829E is #C27D61. Grayscale: #707070. Windows color (decimal): -12746082 or 10388029. OLE color: 10388029.

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

Color convert

RGB61130158-
CMYK0.610.1800.38
HSL197.32º44.29%42.94%-
HSV(B)197.32º61.39%61.96%-
XYZ16.0819.4335.25-
YUV112.56153.6491.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=17.48%
G=37.25%
B=45.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611301580.610.1800.38197.3244.2942.94
Hex3D829E3D12026c52c2b
Octal7520223675220463055453
Binary111101100000101001111011110110010010011011000101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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