#339B9F

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

Shades of Java #339B9F

Tints of Java #339B9F

Color information

#339B9F (or 0x339B9F) is unknown color: approx Java. HEX triplet: 33, 9B and 9F. RGB value is (51,155,159). Sum of RGB (Red+Green+Blue) = 51+155+159=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #339B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B9F is #CC6460. Grayscale: #7C7C7C. Windows color (decimal): -13395041 or 10459955. OLE color: 10459955.

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

Color convert

RGB51155159-
CMYK0.680.0300.38
HSL182.22º51.43%41.18%-
HSV(B)182.22º67.92%62.35%-
XYZ19.3426.6536.93-
YUV124.36147.5475.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=13.97%
G=42.47%
B=43.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511551590.680.0300.38182.2251.4341.18
Hex339B9F443026b63329
Octal6323323710430462666351
Binary1100111001101110011111100010011010011010110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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