#309794

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

Shades of Java #309794

Tints of Java #309794

Color information

#309794 (or 0x309794) is unknown color: approx Java. HEX triplet: 30, 97 and 94. RGB value is (48,151,148). Sum of RGB (Red+Green+Blue) = 48+151+148=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #309794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309794 is #CF686B. Grayscale: #777777. Windows color (decimal): -13592684 or 9738032. OLE color: 9738032.

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

Color convert

RGB48151148-
CMYK0.6800.020.41
HSL178.25º51.76%39.02%-
HSV(B)178.25º68.21%59.22%-
XYZ17.6324.931.89-
YUV119.86143.8876.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=13.83%
G=43.52%
B=42.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511480.6800.020.41178.2551.7639.02
Hex309794440229b23427
Octal6022722410402512626447
Binary1100001001011110010100100010001010100110110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309794; }

 p { color: rgb(48,151,148); }

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

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

 a { background-color: rgb(48,151,148); }

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

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

 span { border-color: rgb(48,151,148); }

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