#339E9F

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

Shades of Java #339E9F

Tints of Java #339E9F

Color information

#339E9F (or 0x339E9F) is unknown color: approx Java. HEX triplet: 33, 9E and 9F. RGB value is (51,158,159). Sum of RGB (Red+Green+Blue) = 51+158+159=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #339E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339E9F is #CC6160. Grayscale: #7E7E7E. Windows color (decimal): -13394273 or 10460723. OLE color: 10460723.

HSL color Cylindrical-coordinate representation of color #339E9F: hue angle of 180.56º 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 #339E9F is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51158159-
CMYK0.680.0100.38
HSL180.56º51.43%41.18%-
HSV(B)180.56º67.92%62.35%-
XYZ19.8527.6637.09-
YUV126.12146.5574.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=13.86%
G=42.93%
B=43.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581590.680.0100.38180.5651.4341.18
Hex339E9F441026b53329
Octal6323623710410462656351
Binary110011100111101001111110001001010011010110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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