#319E9B

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

Shades of Java #319E9B

Tints of Java #319E9B

Color information

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

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

Color convert

RGB49158155-
CMYK0.6900.020.38
HSL178.35º52.66%40.59%-
HSV(B)178.35º68.99%61.96%-
XYZ19.4127.4735.29-
YUV125.07144.8973.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491581550.6900.020.38178.3552.6640.59
Hex319E9B450226b23529
Octal6123623310502462626551
Binary1100011001111010011011100010101010011010110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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