#293771

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

Shades of Resolution Blue #293771

Tints of Resolution Blue #293771

Color information

#293771 (or 0x293771) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 71. RGB value is (41,55,113). Sum of RGB (Red+Green+Blue) = 41+55+113=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #293771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293771 is #D6C88E. Grayscale: #393939. Windows color (decimal): -14076047 or 7419689. OLE color: 7419689.

HSL color Cylindrical-coordinate representation of color #293771: hue angle of 228.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293771 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4155113-
CMYK0.640.5100.56
HSL228.33º46.75%30.2%-
HSV(B)228.33º63.72%44.31%-
XYZ5.264.416.19-
YUV57.43159.36116.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=19.62%
G=26.32%
B=54.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41551130.640.5100.56228.3346.7530.2
Hex2937714033038e42f1e
Octal5167161100630703445736
Binary1010011101111110001100000011001101110001110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293771; }

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

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

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

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

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

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

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

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