Html Css Color HEX #208491 Java

📋 copy color: '#208491'

red 32 ◦ green 132 ◦ blue 145

#208491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #208491

Tints of Java #208491

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 value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#208491 (or 0x208491) is known color: 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

RGB 32 132 145 -
CMYK 0.78 0.09 0 0.43
HSL 186.9º 0.64% 0.35% -
HSV(B) 186.9º 0.78% 0.57% -
XYZ 13.96 18.85 29.69 -
YUV 103.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 32 132 145 0.78 0.09 0 0.43 186.9 0.64 0.35
Hex 20 84 91 4E 9 0 2B BB 40 23
Octal 40 204 221 116 11 0 53 273 100 43
Binary 100000 10000100 10010001 1001110 1001 0 101011 10111011 1000000 100011

Color Harmonies of #208491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208491

Black with #208491

Text Example


Text Example

White with #208491

Text Example


Text Example

HTML Codes & Css Web 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>