Html Css Color HEX #208492 Java

📋 copy color: '#208492'

red 32 ◦ green 132 ◦ blue 146

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

Shades of Java #208492

Tints of Java #208492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 10.32%
G = 42.58%
B = 47.1%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#208492 (or 0x208492) is known color: Java. HEX triplet: 20, 84 and 92. RGB value is (32,132,146). Sum of RGB (Red+Green+Blue) = 32+132+146=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #208492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208492 is #DF7B6D. Grayscale: #676767. Windows color (decimal): -14646126 or 9602080. OLE color: 9602080.

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

Color convert

RGB 32 132 146 -
CMYK 0.78 0.10 0 0.43
HSL 187.37º 0.64% 0.35% -
HSV(B) 187.37º 0.78% 0.57% -
XYZ 14.04 18.88 30.1 -
YUV 103.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 32 132 146 0.78 0.10 0 0.43 187.37 0.64 0.35
Hex 20 84 92 4E A 0 2B BB 40 23
Octal 40 204 222 116 12 0 53 273 100 43
Binary 100000 10000100 10010010 1001110 1010 0 101011 10111011 1000000 100011

Color Harmonies of #208492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208492

Black with #208492

Text Example


Text Example

White with #208492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208492; }

 p { color: rgb(32,132,146); }

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

background-color css

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

 a { background-color: rgb(32,132,146); }

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

border-color css

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

 span { border-color: rgb(32,132,146); }

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