Html Css Color HEX #209294 Java

📋 copy color: '#209294'

red 32 ◦ green 146 ◦ blue 148

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

Shades of Java #209294

Tints of Java #209294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 9.82%
G = 44.79%
B = 45.4%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#209294 (or 0x209294) is known color: Java. HEX triplet: 20, 92 and 94. RGB value is (32,146,148). Sum of RGB (Red+Green+Blue) = 32+146+148=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #209294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209294 is #DF6D6B. Grayscale: #707070. Windows color (decimal): -14642540 or 9736736. OLE color: 9736736.

HSL color Cylindrical-coordinate representation of color #209294: hue angle of 181.03º 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 #209294 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 146 148 -
CMYK 0.78 0.01 0 0.42
HSL 181.03º 0.64% 0.35% -
HSV(B) 181.03º 0.78% 0.58% -
XYZ 16.22 23 31.6 -
YUV 112.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 32 146 148 0.78 0.01 0 0.42 181.03 0.64 0.35
Hex 20 92 94 4E 1 0 2A B5 40 23
Octal 40 222 224 116 1 0 52 265 100 43
Binary 100000 10010010 10010100 1001110 1 0 101010 10110101 1000000 100011

Color Harmonies of #209294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209294

Black with #209294

Text Example


Text Example

White with #209294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209294; }

 p { color: rgb(32,146,148); }

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

background-color css

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

 a { background-color: rgb(32,146,148); }

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

border-color css

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

 span { border-color: rgb(32,146,148); }

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