#293A6B

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

Shades of Resolution Blue #293A6B

Tints of Resolution Blue #293A6B

Color information

#293A6B (or 0x293A6B) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 6B. RGB value is (41,58,107). Sum of RGB (Red+Green+Blue) = 41+58+107=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #293A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A6B is #D6C594. Grayscale: #3A3A3A. Windows color (decimal): -14075285 or 7027241. OLE color: 7027241.

HSL color Cylindrical-coordinate representation of color #293A6B: hue angle of 224.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293A6B is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4158107-
CMYK0.620.4600.58
HSL224.55º44.59%29.02%-
HSV(B)224.55º61.68%41.96%-
XYZ5.084.5614.52-
YUV58.5155.37115.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=19.90%
G=28.16%
B=51.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41581070.620.4600.58224.5544.5929.02
Hex293A6B3E2E03Ae12d1d
Octal517215376560723415535
Binary101001111010110101111111010111001110101110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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