Html Css Color HEX #339F9D Java

📋 copy color: '#339F9D'

red 51 ◦ green 159 ◦ blue 157

#339F9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #339F9D

Tints of Java #339F9D

RGB

 RED value IS 51 (20.31% from 255) = 13.9%

 GREEN value IS 159 (62.5% from 255) = 43.32%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 13.9%
G = 43.32%
B = 42.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#339F9D (or 0x339F9D) is known color: Java. HEX triplet: 33, 9F and 9D. RGB value is (51,159,157). Sum of RGB (Red+Green+Blue) = 51+159+157=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #339F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339F9D is #CC6062. Grayscale: #7E7E7E. Windows color (decimal): -13394019 or 10329907. OLE color: 10329907.

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

Color convert

RGB 51 159 157 -
CMYK 0.68 0 0.01 0.38
HSL 178.89º 0.51% 0.41% -
HSV(B) 178.89º 0.68% 0.62% -
XYZ 19.85 27.93 36.24 -
YUV 126.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 51 159 157 0.68 0 0.01 0.38 178.89 0.51 0.41
Hex 33 9F 9D 44 0 1 26 B3 33 29
Octal 63 237 235 104 0 1 46 263 63 51
Binary 110011 10011111 10011101 1000100 0 1 100110 10110011 110011 101001

Color Harmonies of #339F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F9D

Black with #339F9D

Text Example


Text Example

White with #339F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #339F9D;
 }
 .AnyTagClassName
 {
   color: #339F9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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