#209294

Color #209294 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #209294

Tints of Java #209294

Color information

#209294 (or 0x209294) is unknown color: approx 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

RGB32146148-
CMYK0.780.0100.42
HSL181.03º64.44%35.29%-
HSV(B)181.03º78.38%58.04%-
XYZ16.222331.6-
YUV112.14148.2370.84-

RGB Variations

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

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.20% from 255) = 45.40%
R=9.82%
G=44.79%
B=45.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321461480.780.0100.42181.0364.4435.29
Hex2092944E102Ab54023
Octal40222224116105226510043
Binary1000001001001010010100100111010101010101101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>