#319496

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

Shades of Java #319496

Tints of Java #319496

Color information

#319496 (or 0x319496) is unknown color: approx Java. HEX triplet: 31, 94 and 96. RGB value is (49,148,150). Sum of RGB (Red+Green+Blue) = 49+148+150=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #319496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319496 is #CE6B69. Grayscale: #767676. Windows color (decimal): -13527914 or 9868337. OLE color: 9868337.

HSL color Cylindrical-coordinate representation of color #319496: hue angle of 181.19º 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 #319496 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49148150-
CMYK0.670.0100.41
HSL181.19º50.75%39.02%-
HSV(B)181.19º67.33%58.82%-
XYZ17.3624.0332.58-
YUV118.63145.778.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=14.12%
G=42.65%
B=43.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491481500.670.0100.41181.1950.7539.02
Hex319496431029b53327
Octal6122422610310512656347
Binary110001100101001001011010000111010100110110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319496; }

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

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

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

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

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

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

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

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