#319396

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

Shades of Java #319396

Tints of Java #319396

Color information

#319396 (or 0x319396) is unknown color: approx Java. HEX triplet: 31, 93 and 96. RGB value is (49,147,150). Sum of RGB (Red+Green+Blue) = 49+147+150=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #319396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319396 is #CE6C69. Grayscale: #757575. Windows color (decimal): -13528170 or 9868081. OLE color: 9868081.

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

Color convert

RGB49147150-
CMYK0.670.0200.41
HSL181.78º50.75%39.02%-
HSV(B)181.78º67.33%58.82%-
XYZ17.2123.7232.53-
YUV118.04146.0378.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=14.16%
G=42.49%
B=43.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491471500.670.0200.41181.7850.7539.02
Hex319396432029b63327
Octal6122322610320512666347
Binary1100011001001110010110100001110010100110110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319396; }

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

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

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

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

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

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

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

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