#319F9D

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

Shades of Java #319F9D

Tints of Java #319F9D

Color information

#319F9D (or 0x319F9D) is unknown color: approx Java. HEX triplet: 31, 9F and 9D. RGB value is (49,159,157). Sum of RGB (Red+Green+Blue) = 49+159+157=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #319F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F9D is #CE6062. Grayscale: #7D7D7D. Windows color (decimal): -13525091 or 10329905. OLE color: 10329905.

HSL color Cylindrical-coordinate representation of color #319F9D: hue angle of 178.91º 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 #319F9D is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB49159157-
CMYK0.6900.010.38
HSL178.91º52.88%40.78%-
HSV(B)178.91º69.18%62.35%-
XYZ19.7527.8836.24-
YUV125.88145.5673.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.42%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=13.42%
G=43.56%
B=43.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491591570.6900.010.38178.9152.8840.78
Hex319F9D450126b33529
Octal6123723510501462636551
Binary110001100111111001110110001010110011010110011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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