#293F7F

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

Shades of Resolution Blue #293F7F

Tints of Resolution Blue #293F7F

Color information

#293F7F (or 0x293F7F) is unknown color: approx Resolution Blue. HEX triplet: 29, 3F and 7F. RGB value is (41,63,127). Sum of RGB (Red+Green+Blue) = 41+63+127=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #293F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F7F is #D6C080. Grayscale: #3F3F3F. Windows color (decimal): -14073985 or 8339241. OLE color: 8339241.

HSL color Cylindrical-coordinate representation of color #293F7F: hue angle of 224.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293F7F is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4163127-
CMYK0.680.5000.50
HSL224.65º51.19%32.94%-
HSV(B)224.65º67.72%49.8%-
XYZ6.525.5620.81-
YUV63.72163.71111.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 127 (50% from 255) = 54.98%
R=17.75%
G=27.27%
B=54.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41631270.680.5000.50224.6551.1932.94
Hex293F7F4432032e13321
Octal5177177104620623416341
Binary10100111111111111111000100110010011001011100001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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