#208690

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

Shades of Java #208690

Tints of Java #208690

Color information

#208690 (or 0x208690) is unknown color: approx Java. HEX triplet: 20, 86 and 90. RGB value is (32,134,144). Sum of RGB (Red+Green+Blue) = 32+134+144=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #208690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208690 is #DF796F. Grayscale: #686868. Windows color (decimal): -14645616 or 9471520. OLE color: 9471520.

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

Color convert

RGB32134144-
CMYK0.780.0700.44
HSL185.36º63.64%34.51%-
HSV(B)185.36º77.78%56.47%-
XYZ14.1519.3729.38-
YUV104.64150.2176.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=10.32%
G=43.23%
B=46.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321341440.780.0700.44185.3663.6434.51
Hex2086904E702Cb94023
Octal40206220116705427110043
Binary100000100001101001000010011101110101100101110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208690; }

 p { color: rgb(32,134,144); }

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

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

 a { background-color: rgb(32,134,144); }

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

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

 span { border-color: rgb(32,134,144); }

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