#309B97

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

Shades of Java #309B97

Tints of Java #309B97

Color information

#309B97 (or 0x309B97) is unknown color: approx Java. HEX triplet: 30, 9B and 97. RGB value is (48,155,151). Sum of RGB (Red+Green+Blue) = 48+155+151=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #309B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309B97 is #CF6468. Grayscale: #7A7A7A. Windows color (decimal): -13591657 or 9935664. OLE color: 9935664.

HSL color Cylindrical-coordinate representation of color #309B97: hue angle of 177.76º 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 #309B97 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB48155151-
CMYK0.6900.030.39
HSL177.76º52.71%39.8%-
HSV(B)177.76º69.03%60.78%-
XYZ18.5326.3133.38-
YUV122.55144.0574.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.56%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=13.56%
G=43.79%
B=42.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551510.6900.030.39177.7652.7139.8
Hex309B97450327b23528
Octal6023322710503472626550
Binary1100001001101110010111100010101110011110110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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