#309B98

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

Shades of Java #309B98

Tints of Java #309B98

Color information

#309B98 (or 0x309B98) is unknown color: approx Java. HEX triplet: 30, 9B and 98. RGB value is (48,155,152). Sum of RGB (Red+Green+Blue) = 48+155+152=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #309B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B98 is #CF6467. Grayscale: #7A7A7A. Windows color (decimal): -13591656 or 10001200. OLE color: 10001200.

HSL color Cylindrical-coordinate representation of color #309B98: hue angle of 178.32º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B98 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB48155152-
CMYK0.6900.020.39
HSL178.32º52.71%39.8%-
HSV(B)178.32º69.03%60.78%-
XYZ18.6126.3433.81-
YUV122.66144.5574.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=13.52%
G=43.66%
B=42.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551520.6900.020.39178.3252.7139.8
Hex309B98450227b23528
Octal6023323010502472626550
Binary1100001001101110011000100010101010011110110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B98; }

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

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

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

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

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

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

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

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