Html Css Color HEX #329293 Java

📋 copy color: '#329293'

red 50 ◦ green 146 ◦ blue 147

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

Shades of Java #329293

Tints of Java #329293

RGB

 RED value IS 50 (19.92% from 255) = 14.58%

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 14.58%
G = 42.57%
B = 42.86%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329293 (or 0x329293) is known color: Java. HEX triplet: 32, 92 and 93. RGB value is (50,146,147). Sum of RGB (Red+Green+Blue) = 50+146+147=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #329293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329293 is #CD6D6C. Grayscale: #757575. Windows color (decimal): -13462893 or 9671218. OLE color: 9671218.

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

Color convert

RGB 50 146 147 -
CMYK 0.66 0.01 0 0.42
HSL 180.62º 0.49% 0.39% -
HSV(B) 180.62º 0.66% 0.58% -
XYZ 16.86 23.34 31.22 -
YUV 117.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 50 146 147 0.66 0.01 0 0.42 180.62 0.49 0.39
Hex 32 92 93 42 1 0 2A B5 31 27
Octal 62 222 223 102 1 0 52 265 61 47
Binary 110010 10010010 10010011 1000010 1 0 101010 10110101 110001 100111

Color Harmonies of #329293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329293

Black with #329293

Text Example


Text Example

White with #329293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329293; }

 p { color: rgb(50,146,147); }

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

background-color css

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

 a { background-color: rgb(50,146,147); }

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

border-color css

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

 span { border-color: rgb(50,146,147); }

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