Html Css Color HEX #339E9F Java

📋 copy color: '#339E9F'

red 51 ◦ green 158 ◦ blue 159

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

Shades of Java #339E9F

Tints of Java #339E9F

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 value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#339E9F (or 0x339E9F) is known color: 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

RGB 51 158 159 -
CMYK 0.68 0.01 0 0.38
HSL 180.56º 0.51% 0.41% -
HSV(B) 180.56º 0.68% 0.62% -
XYZ 19.85 27.66 37.09 -
YUV 126.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 51 158 159 0.68 0.01 0 0.38 180.56 0.51 0.41
Hex 33 9E 9F 44 1 0 26 B5 33 29
Octal 63 236 237 104 1 0 46 265 63 51
Binary 110011 10011110 10011111 1000100 1 0 100110 10110101 110011 101001

Color Harmonies of #339E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339E9F

Black with #339E9F

Text Example


Text Example

White with #339E9F

Text Example


Text Example

HTML Codes & Css Web 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>