Html Css Color HEX #209385 Java

📋 copy color: '#209385'

red 32 ◦ green 147 ◦ blue 133

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

Shades of Java #209385

Tints of Java #209385

RGB

 RED value IS 32 (12.89% from 255) = 10.26%

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 10.26%
G = 47.12%
B = 42.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#209385 (or 0x209385) is known color: Java. HEX triplet: 20, 93 and 85. RGB value is (32,147,133). Sum of RGB (Red+Green+Blue) = 32+147+133=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #209385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209385 is #DF6C7A. Grayscale: #6E6E6E. Windows color (decimal): -14642299 or 8753952. OLE color: 8753952.

HSL color Cylindrical-coordinate representation of color #209385: hue angle of 172.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209385 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 133 -
CMYK 0.78 0 0.10 0.42
HSL 172.7º 0.64% 0.35% -
HSV(B) 172.7º 0.78% 0.58% -
XYZ 15.26 22.87 25.8 -
YUV 111.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 32 147 133 0.78 0 0.10 0.42 172.7 0.64 0.35
Hex 20 93 85 4E 0 A 2A AD 40 23
Octal 40 223 205 116 0 12 52 255 100 43
Binary 100000 10010011 10000101 1001110 0 1010 101010 10101101 1000000 100011

Color Harmonies of #209385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209385

Black with #209385

Text Example


Text Example

White with #209385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209385; }

 p { color: rgb(32,147,133); }

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

background-color css

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

 a { background-color: rgb(32,147,133); }

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

border-color css

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

 span { border-color: rgb(32,147,133); }

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