Html Css Color HEX #208390 Java

📋 copy color: '#208390'

red 32 ◦ green 131 ◦ blue 144

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

Shades of Java #208390

Tints of Java #208390

RGB

 RED value IS 32 (12.89% from 255) = 10.42%

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 10.42%
G = 42.67%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#208390 (or 0x208390) is known color: Java. HEX triplet: 20, 83 and 90. RGB value is (32,131,144). Sum of RGB (Red+Green+Blue) = 32+131+144=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #208390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208390 is #DF7C6F. Grayscale: #666666. Windows color (decimal): -14646384 or 9470752. OLE color: 9470752.

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

Color convert

RGB 32 131 144 -
CMYK 0.78 0.09 0 0.44
HSL 186.96º 0.64% 0.35% -
HSV(B) 186.96º 0.78% 0.56% -
XYZ 13.75 18.55 29.24 -
YUV 102.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 32 131 144 0.78 0.09 0 0.44 186.96 0.64 0.35
Hex 20 83 90 4E 9 0 2C BB 40 23
Octal 40 203 220 116 11 0 54 273 100 43
Binary 100000 10000011 10010000 1001110 1001 0 101100 10111011 1000000 100011

Color Harmonies of #208390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208390

Black with #208390

Text Example


Text Example

White with #208390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208390; }

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

 H1.HeaderClassName
 {
   color: #208390;
 }
 .AnyTagClassName
 {
   color: #208390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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