#209288

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

Shades of Java #209288

Tints of Java #209288

Color information

#209288 (or 0x209288) is unknown color: approx Java. HEX triplet: 20, 92 and 88. RGB value is (32,146,136). Sum of RGB (Red+Green+Blue) = 32+146+136=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #209288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209288 is #DF6D77. Grayscale: #6E6E6E. Windows color (decimal): -14642552 or 8950304. OLE color: 8950304.

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

Color convert

RGB32146136-
CMYK0.7800.070.43
HSL174.74º64.04%34.9%-
HSV(B)174.74º78.08%57.25%-
XYZ15.3222.6426.86-
YUV110.77142.2371.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.19%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=10.19%
G=46.50%
B=43.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321461360.7800.070.43174.7464.0434.9
Hex2092884E072Baf4023
Octal40222210116075325710043
Binary100000100100101000100010011100111101011101011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209288; }

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

 H1.HeaderClassName
 {
   color: #209288;
 }
 .AnyTagClassName
 {
   color: #209288;
 }
</style>
background-color css

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

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

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

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

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

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