#223771

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

Shades of Resolution Blue #223771

Tints of Resolution Blue #223771

Color information

#223771 (or 0x223771) is unknown color: approx Resolution Blue. HEX triplet: 22, 37 and 71. RGB value is (34,55,113). Sum of RGB (Red+Green+Blue) = 34+55+113=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #223771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223771 is #DDC88E. Grayscale: #373737. Windows color (decimal): -14534799 or 7419682. OLE color: 7419682.

HSL color Cylindrical-coordinate representation of color #223771: hue angle of 224.05º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223771 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3455113-
CMYK0.700.5100.56
HSL224.05º53.74%28.82%-
HSV(B)224.05º69.91%44.31%-
XYZ5.014.2616.18-
YUV55.33160.54112.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=16.83%
G=27.23%
B=55.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34551130.700.5100.56224.0553.7428.82
Hex2237714633038e0361d
Octal4267161106630703406635
Binary1000101101111110001100011011001101110001110000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223771; }

 p { color: rgb(34,55,113); }

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

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

 a { background-color: rgb(34,55,113); }

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

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

 span { border-color: rgb(34,55,113); }

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