#319B9E

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

Shades of Java #319B9E

Tints of Java #319B9E

Color information

#319B9E (or 0x319B9E) is unknown color: approx Java. HEX triplet: 31, 9B and 9E. RGB value is (49,155,158). Sum of RGB (Red+Green+Blue) = 49+155+158=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #319B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B9E is #CE6461. Grayscale: #7B7B7B. Windows color (decimal): -13526114 or 10394417. OLE color: 10394417.

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

Color convert

RGB49155158-
CMYK0.690.0200.38
HSL181.65º52.66%40.59%-
HSV(B)181.65º68.99%61.96%-
XYZ19.1626.5636.47-
YUV123.65147.3874.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=13.54%
G=42.82%
B=43.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491551580.690.0200.38181.6552.6640.59
Hex319B9E452026b63529
Octal6123323610520462666551
Binary1100011001101110011110100010110010011010110110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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