#319895

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

Shades of Java #319895

Tints of Java #319895

Color information

#319895 (or 0x319895) is unknown color: approx Java. HEX triplet: 31, 98 and 95. RGB value is (49,152,149). Sum of RGB (Red+Green+Blue) = 49+152+149=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #319895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319895 is #CE676A. Grayscale: #787878. Windows color (decimal): -13526891 or 9803825. OLE color: 9803825.

HSL color Cylindrical-coordinate representation of color #319895: hue angle of 178.25º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319895 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB49152149-
CMYK0.6800.020.40
HSL178.25º51.24%39.41%-
HSV(B)178.25º67.76%59.61%-
XYZ17.9225.2832.37-
YUV120.86143.8876.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=14%
G=43.43%
B=42.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521490.6800.020.40178.2551.2439.41
Hex319895440228b23327
Octal6123022510402502626347
Binary1100011001100010010101100010001010100010110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319895; }

 p { color: rgb(49,152,149); }

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

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

 a { background-color: rgb(49,152,149); }

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

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

 span { border-color: rgb(49,152,149); }

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