#203B71

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

Shades of Resolution Blue #203B71

Tints of Resolution Blue #203B71

Color information

#203B71 (or 0x203B71) is unknown color: approx Resolution Blue. HEX triplet: 20, 3B and 71. RGB value is (32,59,113). Sum of RGB (Red+Green+Blue) = 32+59+113=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #203B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B71 is #DFC48E. Grayscale: #383838. Windows color (decimal): -14664847 or 7420704. OLE color: 7420704.

HSL color Cylindrical-coordinate representation of color #203B71: hue angle of 220º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203B71 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3259113-
CMYK0.720.4800.56
HSL220º55.86%28.43%-
HSV(B)220º71.68%44.31%-
XYZ5.144.6316.25-
YUV57.08159.55110.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=15.69%
G=28.92%
B=55.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32591130.720.4800.5622055.8628.43
Hex203B714830038dc381c
Octal4073161110600703347034
Binary1000001110111110001100100011000001110001101110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,59,113); }

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

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

 a { background-color: rgb(32,59,113); }

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

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

 span { border-color: rgb(32,59,113); }

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