#309499

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

Shades of Java #309499

Tints of Java #309499

Color information

#309499 (or 0x309499) is unknown color: approx Java. HEX triplet: 30, 94 and 99. RGB value is (48,148,153). Sum of RGB (Red+Green+Blue) = 48+148+153=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #309499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309499 is #CF6B66. Grayscale: #767676. Windows color (decimal): -13593447 or 10064944. OLE color: 10064944.

HSL color Cylindrical-coordinate representation of color #309499: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309499 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48148153-
CMYK0.690.0300.4
HSL182.86º52.24%39.41%-
HSV(B)182.86º68.63%60%-
XYZ17.5624.1133.86-
YUV118.67147.3777.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=13.75%
G=42.41%
B=43.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481481530.690.0300.4182.8652.2439.41
Hex309499453028b73427
Octal6022423110530502676447
Binary1100001001010010011001100010111010100010110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309499; }

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

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

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

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

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

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

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

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