#208391

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

Shades of Java #208391

Tints of Java #208391

Color information

#208391 (or 0x208391) is unknown color: approx Java. HEX triplet: 20, 83 and 91. RGB value is (32,131,145). Sum of RGB (Red+Green+Blue) = 32+131+145=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #208391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208391 is #DF7C6E. Grayscale: #666666. Windows color (decimal): -14646383 or 9536288. OLE color: 9536288.

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

Color convert

RGB32131145-
CMYK0.780.1000.43
HSL187.43º63.84%34.71%-
HSV(B)187.43º77.93%56.86%-
XYZ13.8218.5829.65-
YUV102.99151.777.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=10.39%
G=42.53%
B=47.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321311450.780.1000.43187.4363.8434.71
Hex2083914EA02Bbb4023
Octal402032211161205327310043
Binary1000001000001110010001100111010100101011101110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208391; }

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

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

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

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

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

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

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

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