#309598

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

Shades of Java #309598

Tints of Java #309598

Color information

#309598 (or 0x309598) is unknown color: approx Java. HEX triplet: 30, 95 and 98. RGB value is (48,149,152). Sum of RGB (Red+Green+Blue) = 48+149+152=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #309598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309598 is #CF6A67. Grayscale: #777777. Windows color (decimal): -13593192 or 9999664. OLE color: 9999664.

HSL color Cylindrical-coordinate representation of color #309598: hue angle of 181.73º degrees, saturation: 0.52, 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 #309598 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48149152-
CMYK0.680.0200.40
HSL181.73º52%39.22%-
HSV(B)181.73º68.42%59.61%-
XYZ17.6324.3933.48-
YUV119.14146.5477.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=13.75%
G=42.69%
B=43.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481491520.680.0200.40181.735239.22
Hex309598442028b63427
Octal6022523010420502666447
Binary1100001001010110011000100010010010100010110110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309598; }

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

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

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

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

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

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

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

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