#203E71

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

Shades of Resolution Blue #203E71

Tints of Resolution Blue #203E71

Color information

#203E71 (or 0x203E71) is unknown color: approx Resolution Blue. HEX triplet: 20, 3E and 71. RGB value is (32,62,113). Sum of RGB (Red+Green+Blue) = 32+62+113=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #203E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E71 is #DFC18E. Grayscale: #3A3A3A. Windows color (decimal): -14664079 or 7421472. OLE color: 7421472.

HSL color Cylindrical-coordinate representation of color #203E71: hue angle of 217.78º 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 #203E71 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3262113-
CMYK0.720.4500.56
HSL217.78º55.86%28.43%-
HSV(B)217.78º71.68%44.31%-
XYZ5.34.9416.3-
YUV58.84158.56108.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=15.46%
G=29.95%
B=54.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32621130.720.4500.56217.7855.8628.43
Hex203E71482D038da381c
Octal4076161110550703327034
Binary1000001111101110001100100010110101110001101101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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