#293971

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

Shades of Resolution Blue #293971

Tints of Resolution Blue #293971

Color information

#293971 (or 0x293971) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 71. RGB value is (41,57,113). Sum of RGB (Red+Green+Blue) = 41+57+113=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #293971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293971 is #D6C68E. Grayscale: #3A3A3A. Windows color (decimal): -14075535 or 7420201. OLE color: 7420201.

HSL color Cylindrical-coordinate representation of color #293971: hue angle of 226.67º 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 #293971 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4157113-
CMYK0.640.5000.56
HSL226.67º46.75%30.2%-
HSV(B)226.67º63.72%44.31%-
XYZ5.364.5916.23-
YUV58.6158.7115.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=19.43%
G=27.01%
B=53.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41571130.640.5000.56226.6746.7530.2
Hex2939714032038e32f1e
Octal5171161100620703435736
Binary1010011110011110001100000011001001110001110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293971; }

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

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

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

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

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

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

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

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