#319094

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

Shades of Java #319094

Tints of Java #319094

Color information

#319094 (or 0x319094) is unknown color: approx Java. HEX triplet: 31, 90 and 94. RGB value is (49,144,148). Sum of RGB (Red+Green+Blue) = 49+144+148=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #319094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319094 is #CE6F6B. Grayscale: #737373. Windows color (decimal): -13528940 or 9736241. OLE color: 9736241.

HSL color Cylindrical-coordinate representation of color #319094: hue angle of 182.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319094 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49144148-
CMYK0.670.0300.42
HSL182.42º50.25%38.63%-
HSV(B)182.42º66.89%58.04%-
XYZ16.5922.7431.53-
YUV116.05146.0380.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=14.37%
G=42.23%
B=43.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491441480.670.0300.42182.4250.2538.63
Hex31909443302Ab63227
Octal6122022410330522666247
Binary1100011001000010010100100001111010101010110110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319094; }

 p { color: rgb(49,144,148); }

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

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

 a { background-color: rgb(49,144,148); }

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

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

 span { border-color: rgb(49,144,148); }

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