#319F9C

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

Shades of Java #319F9C

Tints of Java #319F9C

Color information

#319F9C (or 0x319F9C) is unknown color: approx Java. HEX triplet: 31, 9F and 9C. RGB value is (49,159,156). Sum of RGB (Red+Green+Blue) = 49+159+156=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #319F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F9C is #CE6063. Grayscale: #7D7D7D. Windows color (decimal): -13525092 or 10264369. OLE color: 10264369.

HSL color Cylindrical-coordinate representation of color #319F9C: hue angle of 178.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F9C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB49159156-
CMYK0.6900.020.38
HSL178.36º52.88%40.78%-
HSV(B)178.36º69.18%62.35%-
XYZ19.6727.8535.79-
YUV125.77145.0673.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.46%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=13.46%
G=43.68%
B=42.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491591560.6900.020.38178.3652.8840.78
Hex319F9C450226b23529
Octal6123723410502462626551
Binary1100011001111110011100100010101010011010110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319F9C; }

 p { color: rgb(49,159,156); }

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

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

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

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

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

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

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