#339C9D

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

Shades of Java #339C9D

Tints of Java #339C9D

Color information

#339C9D (or 0x339C9D) is unknown color: approx Java. HEX triplet: 33, 9C and 9D. RGB value is (51,156,157). Sum of RGB (Red+Green+Blue) = 51+156+157=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #339C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339C9D is #CC6362. Grayscale: #7C7C7C. Windows color (decimal): -13394787 or 10329139. OLE color: 10329139.

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

Color convert

RGB51156157-
CMYK0.680.0100.38
HSL180.57º50.96%40.78%-
HSV(B)180.57º67.52%61.57%-
XYZ19.3426.9236.07-
YUV124.72146.2175.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=14.01%
G=42.86%
B=43.13%

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
Decimal511561570.680.0100.38180.5750.9640.78
Hex339C9D441026b53329
Octal6323423510410462656351
Binary110011100111001001110110001001010011010110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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