#2082AD

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

Shades of Pelorous #2082AD

Tints of Pelorous #2082AD

Color information

#2082AD (or 0x2082AD) is unknown color: approx Pelorous. HEX triplet: 20, 82 and AD. RGB value is (32,130,173). Sum of RGB (Red+Green+Blue) = 32+130+173=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #2082AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2082AD is #DF7D52. Grayscale: #696969. Windows color (decimal): -14646611 or 11371040. OLE color: 11371040.

HSL color Cylindrical-coordinate representation of color #2082AD: hue angle of 198.3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2082AD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32130173-
CMYK0.820.2500.32
HSL198.3º68.78%40.2%-
HSV(B)198.3º81.5%67.84%-
XYZ16.1219.2942.41-
YUV105.6166.0375.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=9.55%
G=38.81%
B=51.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321301730.820.2500.32198.368.7840.2
Hex2082AD5219020c64528
Octal402022551223104030610550
Binary10000010000010101011011010010110010100000110001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2082AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2082AD; }

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

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

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

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

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

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

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

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