#208990

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

Shades of Java #208990

Tints of Java #208990

Color information

#208990 (or 0x208990) is unknown color: approx Java. HEX triplet: 20, 89 and 90. RGB value is (32,137,144). Sum of RGB (Red+Green+Blue) = 32+137+144=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #208990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208990 is #DF766F. Grayscale: #6A6A6A. Windows color (decimal): -14644848 or 9472288. OLE color: 9472288.

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

Color convert

RGB32137144-
CMYK0.780.0500.44
HSL183.75º63.64%34.51%-
HSV(B)183.75º77.78%56.47%-
XYZ14.5820.2129.52-
YUV106.4149.2174.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=10.22%
G=43.77%
B=46.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321371440.780.0500.44183.7563.6434.51
Hex2089904E502Cb84023
Octal40211220116505427010043
Binary100000100010011001000010011101010101100101110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208990; }

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

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

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

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

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

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

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

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