#339B9D

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

Shades of Java #339B9D

Tints of Java #339B9D

Color information

#339B9D (or 0x339B9D) is unknown color: approx Java. HEX triplet: 33, 9B and 9D. RGB value is (51,155,157). Sum of RGB (Red+Green+Blue) = 51+155+157=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #339B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B9D is #CC6462. Grayscale: #7C7C7C. Windows color (decimal): -13395043 or 10328883. OLE color: 10328883.

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

Color convert

RGB51155157-
CMYK0.680.0100.38
HSL181.13º50.96%40.78%-
HSV(B)181.13º67.52%61.57%-
XYZ19.1726.5836.02-
YUV124.13146.5475.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=14.05%
G=42.70%
B=43.25%

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
Decimal511551570.680.0100.38181.1350.9640.78
Hex339B9D441026b53329
Octal6323323510410462656351
Binary110011100110111001110110001001010011010110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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