#293A74

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

Shades of Resolution Blue #293A74

Tints of Resolution Blue #293A74

Color information

#293A74 (or 0x293A74) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 74. RGB value is (41,58,116). Sum of RGB (Red+Green+Blue) = 41+58+116=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #293A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A74 is #D6C58B. Grayscale: #3B3B3B. Windows color (decimal): -14075276 or 7617065. OLE color: 7617065.

HSL color Cylindrical-coordinate representation of color #293A74: hue angle of 226.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293A74 is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4158116-
CMYK0.650.500.55
HSL226.4º47.77%30.78%-
HSV(B)226.4º64.66%45.49%-
XYZ5.584.7617.15-
YUV59.53159.87114.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=19.07%
G=26.98%
B=53.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41581160.650.500.55226.447.7730.78
Hex293A744132037e2301f
Octal5172164101620673426037
Binary1010011110101110100100000111001001101111110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,116); }

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

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

 a { background-color: rgb(41,58,116); }

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

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

 span { border-color: rgb(41,58,116); }

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