#208491

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

Shades of Java #208491

Tints of Java #208491

Color information

#208491 (or 0x208491) is unknown color: approx Java. HEX triplet: 20, 84 and 91. RGB value is (32,132,145). Sum of RGB (Red+Green+Blue) = 32+132+145=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #208491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208491 is #DF7B6E. Grayscale: #676767. Windows color (decimal): -14646127 or 9536544. OLE color: 9536544.

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

Color convert

RGB32132145-
CMYK0.780.0900.43
HSL186.9º63.84%34.71%-
HSV(B)186.9º77.93%56.86%-
XYZ13.9618.8529.69-
YUV103.58151.3776.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=10.36%
G=42.72%
B=46.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321321450.780.0900.43186.963.8434.71
Hex2084914E902Bbb4023
Octal402042211161105327310043
Binary1000001000010010010001100111010010101011101110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208491; }

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

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

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

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

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

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

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

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