#203B74

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

Shades of Resolution Blue #203B74

Tints of Resolution Blue #203B74

Color information

#203B74 (or 0x203B74) is unknown color: approx Resolution Blue. HEX triplet: 20, 3B and 74. RGB value is (32,59,116). Sum of RGB (Red+Green+Blue) = 32+59+116=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #203B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B74 is #DFC48B. Grayscale: #393939. Windows color (decimal): -14664844 or 7617312. OLE color: 7617312.

HSL color Cylindrical-coordinate representation of color #203B74: hue angle of 220.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203B74 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3259116-
CMYK0.720.4900.55
HSL220.71º56.76%29.02%-
HSV(B)220.71º72.41%45.49%-
XYZ5.314.717.15-
YUV57.42161.05109.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=15.46%
G=28.50%
B=56.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32591160.720.4900.55220.7156.7629.02
Hex203B744831037dd391d
Octal4073164110610673357135
Binary1000001110111110100100100011000101101111101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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