#203F82

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

Shades of Resolution Blue #203F82

Tints of Resolution Blue #203F82

Color information

#203F82 (or 0x203F82) is unknown color: approx Resolution Blue. HEX triplet: 20, 3F and 82. RGB value is (32,63,130). Sum of RGB (Red+Green+Blue) = 32+63+130=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #203F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F82 is #DFC07D. Grayscale: #3D3D3D. Windows color (decimal): -14663806 or 8535840. OLE color: 8535840.

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

Color convert

RGB3263130-
CMYK0.750.5200.49
HSL221.02º60.49%31.76%-
HSV(B)221.02º75.38%50.98%-
XYZ6.45.4721.84-
YUV61.37166.73107.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=14.22%
G=28%
B=57.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32631300.750.5200.49221.0260.4931.76
Hex203F824B34031dd3c20
Octal4077202113640613357440
Binary100000111111100000101001011110100011000111011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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