#293d7f

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

Shades of Resolution Blue #293D7F

Tints of Resolution Blue #293D7F

Color information

#293D7F (or 0x293D7F) is unknown color: approx Resolution Blue. HEX triplet: 29, 3D and 7F. RGB value is (41,61,127). Sum of RGB (Red+Green+Blue) = 41+61+127=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #293D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D7F is #D6C280. Grayscale: #3E3E3E. Windows color (decimal): -14074497 or 8338729. OLE color: 8338729.

HSL color Cylindrical-coordinate representation of color #293D7F: hue angle of 226.05º 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 #293D7F is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4161127-
CMYK0.680.5200.50
HSL226.05º51.19%32.94%-
HSV(B)226.05º67.72%49.8%-
XYZ6.415.3420.77-
YUV62.54164.37112.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 127 (50% from 255) = 55.46%
R=17.90%
G=26.64%
B=55.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41611270.680.5200.50226.0551.1932.94
Hex293D7F4434032e23321
Octal5175177104640623426341
Binary10100111110111111111000100110100011001011100010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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