#319196

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

Shades of Java #319196

Tints of Java #319196

Color information

#319196 (or 0x319196) is unknown color: approx Java. HEX triplet: 31, 91 and 96. RGB value is (49,145,150). Sum of RGB (Red+Green+Blue) = 49+145+150=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #319196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319196 is #CE6E69. Grayscale: #747474. Windows color (decimal): -13528682 or 9867569. OLE color: 9867569.

HSL color Cylindrical-coordinate representation of color #319196: hue angle of 182.97º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319196 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49145150-
CMYK0.670.0300.41
HSL182.97º50.75%39.02%-
HSV(B)182.97º67.33%58.82%-
XYZ16.923.1132.42-
YUV116.87146.779.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=14.24%
G=42.15%
B=43.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491451500.670.0300.41182.9750.7539.02
Hex319196433029b73327
Octal6122122610330512676347
Binary1100011001000110010110100001111010100110110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319196; }

 p { color: rgb(49,145,150); }

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

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

 a { background-color: rgb(49,145,150); }

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

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

 span { border-color: rgb(49,145,150); }

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