#293A7A

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

Shades of Resolution Blue #293A7A

Tints of Resolution Blue #293A7A

Color information

#293A7A (or 0x293A7A) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 7A. RGB value is (41,58,122). Sum of RGB (Red+Green+Blue) = 41+58+122=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #293A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A7A is #D6C585. Grayscale: #3B3B3B. Windows color (decimal): -14075270 or 8010281. OLE color: 8010281.

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

Color convert

RGB4158122-
CMYK0.660.5200.52
HSL227.41º49.69%31.96%-
HSV(B)227.41º66.39%47.84%-
XYZ5.944.919.05-
YUV60.21162.87114.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=18.55%
G=26.24%
B=55.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41581220.660.5200.52227.4149.6931.96
Hex293A7A4234034e33220
Octal5172172102640643436240
Binary10100111101011110101000010110100011010011100011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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