#293A79

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

Shades of Resolution Blue #293A79

Tints of Resolution Blue #293A79

Color information

#293A79 (or 0x293A79) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 79. RGB value is (41,58,121). Sum of RGB (Red+Green+Blue) = 41+58+121=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #293A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A79 is #D6C586. Grayscale: #3B3B3B. Windows color (decimal): -14075271 or 7944745. OLE color: 7944745.

HSL color Cylindrical-coordinate representation of color #293A79: hue angle of 227.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293A79 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4158121-
CMYK0.660.5200.53
HSL227.25º49.38%31.76%-
HSV(B)227.25º66.12%47.45%-
XYZ5.884.8818.72-
YUV60.1162.37114.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 121 (47.66% from 255) = 55%
R=18.64%
G=26.36%
B=55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41581210.660.5200.53227.2549.3831.76
Hex293A794234035e33120
Octal5172171102640653436140
Binary10100111101011110011000010110100011010111100011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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