#202E82

Color #202E82 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #202E82

Tints of Resolution Blue #202E82

Color information

#202E82 (or 0x202E82) is unknown color: approx Resolution Blue. HEX triplet: 20, 2E and 82. RGB value is (32,46,130). Sum of RGB (Red+Green+Blue) = 32+46+130=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #202E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E82 is #DFD17D. Grayscale: #333333. Windows color (decimal): -14668158 or 8531488. OLE color: 8531488.

HSL color Cylindrical-coordinate representation of color #202E82: hue angle of 231.43º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202E82 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3246130-
CMYK0.750.6500.49
HSL231.43º60.49%31.76%-
HSV(B)231.43º75.38%50.98%-
XYZ5.63.8721.57-
YUV51.39172.36114.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=15.38%
G=22.12%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32461300.750.6500.49231.4360.4931.76
Hex202E824B41031e73c20
Octal40562021131010613477440
Binary1000001011101000001010010111000001011000111100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E82; }

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

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

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

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

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

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

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

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