#319B9F

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

Shades of Java #319B9F

Tints of Java #319B9F

Color information

#319B9F (or 0x319B9F) is unknown color: approx Java. HEX triplet: 31, 9B and 9F. RGB value is (49,155,159). Sum of RGB (Red+Green+Blue) = 49+155+159=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #319B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B9F is #CE6460. Grayscale: #7B7B7B. Windows color (decimal): -13526113 or 10459953. OLE color: 10459953.

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

Color convert

RGB49155159-
CMYK0.690.0300.38
HSL182.18º52.88%40.78%-
HSV(B)182.18º69.18%62.35%-
XYZ19.2526.636.92-
YUV123.76147.8874.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.50%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=13.50%
G=42.70%
B=43.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491551590.690.0300.38182.1852.8840.78
Hex319B9F453026b63529
Octal6123323710530462666551
Binary1100011001101110011111100010111010011010110110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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