#3C839A

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

Shades of Hippie Blue #3C839A

Tints of Hippie Blue #3C839A

Color information

#3C839A (or 0x3C839A) is unknown color: approx Hippie Blue. HEX triplet: 3C, 83 and 9A. RGB value is (60,131,154). Sum of RGB (Red+Green+Blue) = 60+131+154=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C839A is #C37C65. Grayscale: #707070. Windows color (decimal): -12811366 or 10126140. OLE color: 10126140.

HSL color Cylindrical-coordinate representation of color #3C839A: hue angle of 194.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C839A is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB60131154-
CMYK0.610.1500.40
HSL194.68º43.93%41.96%-
HSV(B)194.68º61.04%60.39%-
XYZ15.8119.5333.51-
YUV112.39151.4890.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.39%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=17.39%
G=37.97%
B=44.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601311540.610.1500.40194.6843.9341.96
Hex3C839A3DF028c32c2a
Octal7420323275170503035452
Binary11110010000011100110101111011111010100011000011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,154); }

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

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

 a { background-color: rgb(60,131,154); }

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

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

 span { border-color: rgb(60,131,154); }

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