#319C9B

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

Shades of Java #319C9B

Tints of Java #319C9B

Color information

#319C9B (or 0x319C9B) is unknown color: approx Java. HEX triplet: 31, 9C and 9B. RGB value is (49,156,155). Sum of RGB (Red+Green+Blue) = 49+156+155=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #319C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C9B is #CE6364. Grayscale: #7B7B7B. Windows color (decimal): -13525861 or 10198065. OLE color: 10198065.

HSL color Cylindrical-coordinate representation of color #319C9B: hue angle of 179.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C9B is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB49156155-
CMYK0.6900.010.39
HSL179.44º52.2%40.2%-
HSV(B)179.44º68.59%61.18%-
XYZ19.0726.835.18-
YUV123.89145.5574.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.61%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=13.61%
G=43.33%
B=43.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491561550.6900.010.39179.4452.240.2
Hex319C9B450127b33428
Octal6123423310501472636450
Binary110001100111001001101110001010110011110110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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