#293B79

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

Shades of Resolution Blue #293B79

Tints of Resolution Blue #293B79

Color information

#293B79 (or 0x293B79) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 79. RGB value is (41,59,121). Sum of RGB (Red+Green+Blue) = 41+59+121=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #293B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B79 is #D6C486. Grayscale: #3C3C3C. Windows color (decimal): -14075015 or 7945001. OLE color: 7945001.

HSL color Cylindrical-coordinate representation of color #293B79: hue angle of 226.5º 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 #293B79 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4159121-
CMYK0.660.5100.53
HSL226.5º49.38%31.76%-
HSV(B)226.5º66.12%47.45%-
XYZ5.934.9818.74-
YUV60.69162.04113.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=18.55%
G=26.70%
B=54.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41591210.660.5100.53226.549.3831.76
Hex293B794233035e23120
Octal5173171102630653426140
Binary10100111101111110011000010110011011010111100010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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