#3A839E

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

Shades of Hippie Blue #3A839E

Tints of Hippie Blue #3A839E

Color information

#3A839E (or 0x3A839E) is unknown color: approx Hippie Blue. HEX triplet: 3A, 83 and 9E. RGB value is (58,131,158). Sum of RGB (Red+Green+Blue) = 58+131+158=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 131 (51.56% from 255 or 37.75% 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 #3A839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A839E is #C57C61. Grayscale: #707070. Windows color (decimal): -12942434 or 10388282. OLE color: 10388282.

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

Color convert

RGB58131158-
CMYK0.630.1700.38
HSL196.2º46.3%42.35%-
HSV(B)196.2º63.29%61.96%-
XYZ16.0319.635.29-
YUV112.25153.8289.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=16.71%
G=37.75%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581311580.630.1700.38196.246.342.35
Hex3A839E3F11026c42e2a
Octal7220323677210463045652
Binary111010100000111001111011111110001010011011000100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,158); }

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

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

 a { background-color: rgb(58,131,158); }

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

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

 span { border-color: rgb(58,131,158); }

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