#293C74

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

Shades of Resolution Blue #293C74

Tints of Resolution Blue #293C74

Color information

#293C74 (or 0x293C74) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 74. RGB value is (41,60,116). Sum of RGB (Red+Green+Blue) = 41+60+116=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #293C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C74 is #D6C38B. Grayscale: #3C3C3C. Windows color (decimal): -14074764 or 7617577. OLE color: 7617577.

HSL color Cylindrical-coordinate representation of color #293C74: hue angle of 224.8º 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 #293C74 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4160116-
CMYK0.650.4800.55
HSL224.8º47.77%30.78%-
HSV(B)224.8º64.66%45.49%-
XYZ5.684.9617.18-
YUV60.7159.21113.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=18.89%
G=27.65%
B=53.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41601160.650.4800.55224.847.7730.78
Hex293C744130037e1301f
Octal5174164101600673416037
Binary1010011111001110100100000111000001101111110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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