#208591

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

Shades of Java #208591

Tints of Java #208591

Color information

#208591 (or 0x208591) is unknown color: approx Java. HEX triplet: 20, 85 and 91. RGB value is (32,133,145). Sum of RGB (Red+Green+Blue) = 32+133+145=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #208591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208591 is #DF7A6E. Grayscale: #686868. Windows color (decimal): -14645871 or 9536800. OLE color: 9536800.

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

Color convert

RGB32133145-
CMYK0.780.0800.43
HSL186.37º63.84%34.71%-
HSV(B)186.37º77.93%56.86%-
XYZ14.0919.1329.74-
YUV104.17151.0476.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=10.32%
G=42.90%
B=46.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321331450.780.0800.43186.3763.8434.71
Hex2085914E802Bba4023
Octal402052211161005327210043
Binary1000001000010110010001100111010000101011101110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208591; }

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

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

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

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

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

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

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

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