Html Css Color HEX #339396 Java

📋 copy color: '#339396'

red 51 ◦ green 147 ◦ blue 150

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

Shades of Java #339396

Tints of Java #339396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 14.66%
G = 42.24%
B = 43.1%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#339396 (or 0x339396) is known color: Java. HEX triplet: 33, 93 and 96. RGB value is (51,147,150). Sum of RGB (Red+Green+Blue) = 51+147+150=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #339396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339396 is #CC6C69. Grayscale: #767676. Windows color (decimal): -13397098 or 9868083. OLE color: 9868083.

HSL color Cylindrical-coordinate representation of color #339396: hue angle of 181.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339396 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 147 150 -
CMYK 0.66 0.02 0 0.41
HSL 181.82º 0.49% 0.39% -
HSV(B) 181.82º 0.66% 0.59% -
XYZ 17.3 23.77 32.53 -
YUV 118.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 51 147 150 0.66 0.02 0 0.41 181.82 0.49 0.39
Hex 33 93 96 42 2 0 29 B6 31 27
Octal 63 223 226 102 2 0 51 266 61 47
Binary 110011 10010011 10010110 1000010 10 0 101001 10110110 110001 100111

Color Harmonies of #339396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339396

Black with #339396

Text Example


Text Example

White with #339396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339396; }

 p { color: rgb(51,147,150); }

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

background-color css

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

 a { background-color: rgb(51,147,150); }

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

border-color css

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

 span { border-color: rgb(51,147,150); }

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