#293F71

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

Shades of Resolution Blue #293F71

Tints of Resolution Blue #293F71

Color information

#293F71 (or 0x293F71) is unknown color: approx Resolution Blue. HEX triplet: 29, 3F and 71. RGB value is (41,63,113). Sum of RGB (Red+Green+Blue) = 41+63+113=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #293F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F71 is #D6C08E. Grayscale: #3D3D3D. Windows color (decimal): -14073999 or 7421737. OLE color: 7421737.

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

Color convert

RGB4163113-
CMYK0.640.4400.56
HSL221.67º46.75%30.2%-
HSV(B)221.67º63.72%44.31%-
XYZ5.675.2216.33-
YUV62.12156.71112.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=18.89%
G=29.03%
B=52.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41631130.640.4400.56221.6746.7530.2
Hex293F71402C038de2f1e
Octal5177161100540703365736
Binary1010011111111110001100000010110001110001101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293F71; }

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

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

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

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

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

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

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

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