#204082

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

Shades of Resolution Blue #204082

Tints of Resolution Blue #204082

Color information

#204082 (or 0x204082) is unknown color: approx Resolution Blue. HEX triplet: 20, 40 and 82. RGB value is (32,64,130). Sum of RGB (Red+Green+Blue) = 32+64+130=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #204082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204082 is #DFBF7D. Grayscale: #3D3D3D. Windows color (decimal): -14663550 or 8536096. OLE color: 8536096.

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

Color convert

RGB3264130-
CMYK0.750.5100.49
HSL220.41º60.49%31.76%-
HSV(B)220.41º75.38%50.98%-
XYZ6.465.5921.86-
YUV61.96166.4106.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=14.16%
G=28.32%
B=57.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32641300.750.5100.49220.4160.4931.76
Hex2040824B33031dc3c20
Octal40100202113630613347440
Binary1000001000000100000101001011110011011000111011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204082; }

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

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

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

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

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

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

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

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