#3B829E

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

Shades of Hippie Blue #3B829E

Tints of Hippie Blue #3B829E

Color information

#3B829E (or 0x3B829E) is unknown color: approx Hippie Blue. HEX triplet: 3B, 82 and 9E. RGB value is (59,130,158). Sum of RGB (Red+Green+Blue) = 59+130+158=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B829E is #C47D61. Grayscale: #6F6F6F. Windows color (decimal): -12877154 or 10388027. OLE color: 10388027.

HSL color Cylindrical-coordinate representation of color #3B829E: hue angle of 196.97º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B829E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59130158-
CMYK0.630.1800.38
HSL196.97º45.62%42.55%-
HSV(B)196.97º62.66%61.96%-
XYZ15.9619.3635.24-
YUV111.96153.9890.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=17.00%
G=37.46%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591301580.630.1800.38196.9745.6242.55
Hex3B829E3F12026c52e2b
Octal7320223677220463055653
Binary111011100000101001111011111110010010011011000101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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