#202F82

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

Shades of Resolution Blue #202F82

Tints of Resolution Blue #202F82

Color information

#202F82 (or 0x202F82) is unknown color: approx Resolution Blue. HEX triplet: 20, 2F and 82. RGB value is (32,47,130). Sum of RGB (Red+Green+Blue) = 32+47+130=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #202F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F82 is #DFD07D. Grayscale: #333333. Windows color (decimal): -14667902 or 8531744. OLE color: 8531744.

HSL color Cylindrical-coordinate representation of color #202F82: hue angle of 230.82º 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 #202F82 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3247130-
CMYK0.750.6400.49
HSL230.82º60.49%31.76%-
HSV(B)230.82º75.38%50.98%-
XYZ5.643.9521.58-
YUV51.98172.03113.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=15.31%
G=22.49%
B=62.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32471300.750.6400.49230.8260.4931.76
Hex202F824B40031e73c20
Octal40572021131000613477440
Binary1000001011111000001010010111000000011000111100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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