#319799

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

Shades of Java #319799

Tints of Java #319799

Color information

#319799 (or 0x319799) is unknown color: approx Java. HEX triplet: 31, 97 and 99. RGB value is (49,151,153). Sum of RGB (Red+Green+Blue) = 49+151+153=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #319799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319799 is #CE6866. Grayscale: #787878. Windows color (decimal): -13527143 or 10065713. OLE color: 10065713.

HSL color Cylindrical-coordinate representation of color #319799: hue angle of 181.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319799 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB49151153-
CMYK0.680.0100.4
HSL181.15º51.49%39.61%-
HSV(B)181.15º67.97%60%-
XYZ18.0825.0934.03-
YUV120.73146.2176.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=13.88%
G=42.78%
B=43.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491511530.680.0100.4181.1551.4939.61
Hex319799441028b53328
Octal6122723110410502656350
Binary110001100101111001100110001001010100010110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319799; }

 p { color: rgb(49,151,153); }

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

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

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

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

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

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

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