#3C8395

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

Shades of Hippie Blue #3C8395

Tints of Hippie Blue #3C8395

Color information

#3C8395 (or 0x3C8395) is unknown color: approx Hippie Blue. HEX triplet: 3C, 83 and 95. RGB value is (60,131,149). Sum of RGB (Red+Green+Blue) = 60+131+149=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C8395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8395 is #C37C6A. Grayscale: #6F6F6F. Windows color (decimal): -12811371 or 9798460. OLE color: 9798460.

HSL color Cylindrical-coordinate representation of color #3C8395: hue angle of 192.13º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C8395 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB60131149-
CMYK0.600.1200.42
HSL192.13º42.58%40.98%-
HSV(B)192.13º59.73%58.43%-
XYZ15.419.3631.36-
YUV111.82148.9891.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=17.65%
G=38.53%
B=43.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601311490.600.1200.42192.1342.5840.98
Hex3C83953CC02Ac02b29
Octal7420322574140523005351
Binary11110010000011100101011111001100010101011000000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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