Html Css Color HEX #208290 Java

📋 copy color: '#208290'

red 32 ◦ green 130 ◦ blue 144

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

Shades of Java #208290

Tints of Java #208290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

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

R = 10.46%
G = 42.48%
B = 47.06%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#208290 (or 0x208290) is known color: Java. HEX triplet: 20, 82 and 90. RGB value is (32,130,144). Sum of RGB (Red+Green+Blue) = 32+130+144=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #208290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208290 is #DF7D6F. Grayscale: #666666. Windows color (decimal): -14646640 or 9470496. OLE color: 9470496.

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

Color convert

RGB 32 130 144 -
CMYK 0.78 0.10 0 0.44
HSL 187.5º 0.64% 0.35% -
HSV(B) 187.5º 0.78% 0.56% -
XYZ 13.61 18.29 29.2 -
YUV 102.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 32 130 144 0.78 0.10 0 0.44 187.5 0.64 0.35
Hex 20 82 90 4E A 0 2C BC 40 23
Octal 40 202 220 116 12 0 54 274 100 43
Binary 100000 10000010 10010000 1001110 1010 0 101100 10111100 1000000 100011

Color Harmonies of #208290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208290

Black with #208290

Text Example


Text Example

White with #208290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208290; }

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

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

background-color css

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

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

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

border-color css

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

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

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