#319E9A

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

Shades of Java #319E9A

Tints of Java #319E9A

Color information

#319E9A (or 0x319E9A) is unknown color: approx Java. HEX triplet: 31, 9E and 9A. RGB value is (49,158,154). Sum of RGB (Red+Green+Blue) = 49+158+154=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #319E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319E9A is #CE6165. Grayscale: #7C7C7C. Windows color (decimal): -13525350 or 10133041. OLE color: 10133041.

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

Color convert

RGB49158154-
CMYK0.6900.030.38
HSL177.8º52.66%40.59%-
HSV(B)177.8º68.99%61.96%-
XYZ19.3327.4434.85-
YUV124.95144.3973.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=13.57%
G=43.77%
B=42.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491581540.6900.030.38177.852.6640.59
Hex319E9A450326b23529
Octal6123623210503462626551
Binary1100011001111010011010100010101110011010110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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