#339E9E

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

Shades of Java #339E9E

Tints of Java #339E9E

Color information

#339E9E (or 0x339E9E) is unknown color: approx Java. HEX triplet: 33, 9E and 9E. RGB value is (51,158,158). Sum of RGB (Red+Green+Blue) = 51+158+158=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #339E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339E9E is #CC6161. Grayscale: #7D7D7D. Windows color (decimal): -13394274 or 10395187. OLE color: 10395187.

HSL color Cylindrical-coordinate representation of color #339E9E: hue angle of 180º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339E9E is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51158158-
CMYK0.68000.38
HSL180º51.2%40.98%-
HSV(B)180º67.72%61.96%-
XYZ19.7627.6336.64-
YUV126.01146.0574.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=13.90%
G=43.05%
B=43.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581580.68000.3818051.240.98
Hex339E9E440026b43329
Octal6323623610400462646351
Binary110011100111101001111010001000010011010110100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339E9E; }

 p { color: rgb(51,158,158); }

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

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

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

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

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

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

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