#319393

Color #319393 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #319393

Tints of Java #319393

Color information

#319393 (or 0x319393) is unknown color: approx Java. HEX triplet: 31, 93 and 93. RGB value is (49,147,147). Sum of RGB (Red+Green+Blue) = 49+147+147=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #319393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319393 is #CE6C6C. Grayscale: #757575. Windows color (decimal): -13528173 or 9671473. OLE color: 9671473.

HSL color Cylindrical-coordinate representation of color #319393: hue angle of 180º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319393 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49147147-
CMYK0.67000.42
HSL180º50%38.43%-
HSV(B)180º66.67%57.65%-
XYZ16.9723.6331.27-
YUV117.7144.5379-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471470.67000.421805038.43
Hex31939343002Ab43226
Octal6122322310300522646246
Binary110001100100111001001110000110010101010110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319393; }

 p { color: rgb(49,147,147); }

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

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

 a { background-color: rgb(49,147,147); }

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

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

 span { border-color: rgb(49,147,147); }

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