#339697

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

Shades of Java #339697

Tints of Java #339697

Color information

#339697 (or 0x339697) is unknown color: approx Java. HEX triplet: 33, 96 and 97. RGB value is (51,150,151). Sum of RGB (Red+Green+Blue) = 51+150+151=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #339697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339697 is #CC6968. Grayscale: #787878. Windows color (decimal): -13396329 or 9934387. OLE color: 9934387.

HSL color Cylindrical-coordinate representation of color #339697: hue angle of 180.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339697 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51150151-
CMYK0.660.0100.41
HSL180.6º49.5%39.61%-
HSV(B)180.6º66.23%59.22%-
XYZ17.8624.7533.11-
YUV120.51145.278.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=14.49%
G=42.61%
B=42.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501510.660.0100.41180.649.539.61
Hex339697421029b53228
Octal6322622710210512656250
Binary110011100101101001011110000101010100110110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339697; }

 p { color: rgb(51,150,151); }

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

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

 a { background-color: rgb(51,150,151); }

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

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

 span { border-color: rgb(51,150,151); }

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